home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April / 04_03.iso / bonus / softrev / files / sylpheed-0.7.5-3.en.exe / {app} / doc / ChangeLog < prev    next >
Encoding:
Text File  |  2003-02-24  |  210.8 KB  |  6,732 lines

  1. 2002-04-21
  2.  
  3.     * version 0.7.5
  4.  
  5. 2002-04-21
  6.  
  7.     * sylpheed*.png: added new app icons by WAKAI Kazunao (thanks!).
  8.  
  9. 2002-04-21
  10.  
  11.     * src/summaryview.c: summary_show(): fixed a bug that didn't process
  12.       the left marks.
  13.     * src/account.c: account_edit_prefs(): fixed a crash bug when account
  14.       name was empty.
  15.     * src/prefs_account.c: prefs_account_apply(): display error dialog
  16.       if account name is empty.
  17.     * src/imap.c: changed some log_print() to debug_print() to reduce
  18.       the amount of log.
  19.  
  20. 2002-04-21
  21.  
  22.     * src/mh.c: mh_get_new_msg_filename(): new. It returns the filename
  23.       for new message.
  24.       mh_add_msg()
  25.       mh_do_move()
  26.       mh_do_move_msgs_with_dest()
  27.       mh_copy_msg()
  28.       mh_copy_msgs_with_dest(): use mh_get_new_msg_filename().
  29.     * src/utils.[ch]: added is_file_entry_exist() which returns TRUE
  30.       if stat() succeeded.
  31.     * src/imap.c:
  32.       imap_fetch_msg(): SELECT mailbox before FETCH if required.
  33.       imap_scan_folder(): set last_num using the value of UIDNEXT.
  34.       imap_select(): return immediately if there is no need for SELECT.
  35.       preserve the path of currently selected mailbox.
  36.       imap_status(): added UIDNEXT.
  37.  
  38. 2002-04-20
  39.  
  40.     * src/folder.c: folder_item_scan(): removed the warning.
  41.     * src/inputdialog.[ch]: input_dialog_combo(): added an argument for
  42.       setting case sensitivity.
  43.  
  44. 2002-04-17
  45.  
  46.     * src/mainwindow.c: main_window_create(): restrict the minimum size.
  47.  
  48. 2002-04-17
  49.  
  50.     * src/compose.c: merged the new line-wrapping routine.
  51.       join_next_line(): fixed a bug that didn't join multibyte
  52.       characters.
  53.       get_indent_length(): modified enums and variable names.
  54.       INDENT_CHARS: don't indent ':'.
  55.     * src/folderview.c:
  56.       folderview_rename_folder_cb()
  57.       folderview_delete_folder_cb(): support folder identifier.
  58.       folderview_rm_imap_folder_cb(): integrated with
  59.       folderview_delete_folder_cb().
  60.  
  61. 2002-04-15
  62.  
  63.     * src/folder.[ch]: folder_item_scan(): return -1 if scanning failed.
  64.     * src/folderview.c: folderview_check_new(): abort checking if
  65.       folder_item_scan() failed.
  66.  
  67. 2002-04-15
  68.  
  69.     * src/imap.c: imap_create_missing_folders(): create only INBOX and
  70.       Trash.
  71.     * src/prefs_folder_item.c: prefs_folder_item_set_dialog(): made the
  72.       type of news folders unchangeable.
  73.       prefs_folder_item_destroy(): use prefs_dialog_destroy().
  74.     * src/prefs.[ch]: prefs_dialog_destroy(): new.
  75.  
  76. 2002-04-15
  77.  
  78.     * src/prefs_account.[ch]: added special folder setting to Advanced
  79.       tab. Also moved "IMAP server directory" setting to there.
  80.     * src/account.[ch]: account_get_special_folder(): new. It returns
  81.       the optimal special folder for accounts.
  82.     * src/compose.c: use account_get_special_folder().
  83.     * src/prefs_folder_item.[ch]: new. Implemented folder property
  84.       dialog, and the special folder settings (most of the functions in
  85.       claws are not integrated yet, and the structure is slightly
  86.       modified).
  87.     * src/folderview.c: enabled Property menu.
  88.  
  89. 2002-04-14
  90.  
  91.     * src/textview.c: IS_RFC822_CHAR(): make email parser also stop
  92.       scanning when encountering separators ',' and ';'.
  93.  
  94. 2002-04-12
  95.  
  96.     * src/mainwindow.c: reorderd the menu a bit.
  97.     * src/compose.c: made 'Ctrl-Enter' ignore some modifiers.
  98.       compose_reply_set_entry(): made 'Reply to sender' work for
  99.       newsgroups.
  100.  
  101. 2002-04-11
  102.  
  103.     * src/compose.c: compose_create(): set geometry hints to restrict
  104.       the maximum size of window.
  105.     * src/imap.c: imap_parse_list(): don't mark INBOX as \Noselect.
  106.       imap_get_uncached_messages()
  107.       imap_cmd_fetch(): ignore responses which don't include FETCH.
  108.  
  109. 2002-04-11
  110.  
  111.     * COPYING: re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
  112.       the clause for OpenSSL).
  113.  
  114. 2002-04-09
  115.  
  116.     * src/prefs_account.c
  117.       src/smtp.[ch]: fixed a bug that didn't complie with OpenSSL enabled.
  118.  
  119. 2002-04-09
  120.  
  121.     * src/smtp.[ch]
  122.       src/send.c
  123.       src/session.[ch]: first reorganization of SMTP protocol handling.
  124.       SMTPSession: new class which is a sub class of Session.
  125.       smtp_session_new(): moved send_smtp_open() into this function.
  126.       smtp_from(): moved SMTP AUTH calls into smtp_auth().
  127.       smtp_auth(): use server response for SMTP AUTH method.
  128.       smtp_ehlo(): read server response and set auth type flags.
  129.       smtp_helo(): separated EHLO command.
  130.       smtp_ok(): return the last server response if the buffer is
  131.       specified.
  132.     * src/esmtp.[ch]: merged into smtp.[ch].
  133.     * src/imap.c: imap_session_destroy_all(): use session_destroy().
  134.  
  135. 2002-04-08
  136.  
  137.     * src/imap.c: imap_open(): show warning message if IMAP4 session
  138.       can't be established.
  139.  
  140. 2002-04-06
  141.  
  142.     * src/compose.c: made template able to be inserted into the current
  143.       cursor position.
  144.     * src/mainwindow.c: moved some menu items under the submenu
  145.       '/View/Show or hide'.
  146.  
  147. 2002-04-05
  148.  
  149.     * src/filter.c
  150.       src/inc.c: changed folder_find_item_from_path() to
  151.       folder_find_item_from_identifier().
  152.       src/prefs_account.c
  153.       src/prefs_filter.c: use folder_item_get_identifier() to specify
  154.       folder path.
  155.  
  156. 2002-04-05
  157.  
  158.     * src/folder.[ch]: implemented "folder identifier" (and fixed a bug
  159.       existed in claws' implementation).
  160.       folder_find_from_name(): find Folder from name and type.
  161.       folder_get_identifier(): return Folder id.
  162.       folder_item_get_identifier(): return FolderItem id.
  163.       folder_find_item_from_identifier(): find FolderItem from id.
  164.       folder_get_type_string(): return folder type string.
  165.       folder_get_type_from_string(): return FolderType from string
  166.       (and fixed the wrong g_strcasecmp() usage).
  167.     * src/export.c
  168.       src/import.c: use folder_item_get_identifier() and
  169.       folder_find_item_from_identifier().
  170.  
  171. 2002-04-03
  172.  
  173.     * src/imap.c: imap_parse_atom(): fixed a bug that cur_pos didn't
  174.       point the correct address after reading the continuous line.
  175.       imap_scan_folder(): set new number to 0 if unseen number is 0.
  176.       imap_parse_flags(): don't add new and unread flag if \Seen flag
  177.       exists.
  178.     * ac/Makefile.am: removed gpgme.m4 from MACROS.
  179.  
  180. 2002-04-02
  181.  
  182.     * fixed the old problem that couldn't add flags to currently opened
  183.       folders.
  184.     * src/compose.c:
  185.       compose_send(): update outbox after saving.
  186.       compose_queue()
  187.       compose_draft_cb(): use procmsg_add_flags().
  188.     * src/folder.[ch]: added "opened" flag and "mark_queue" list to
  189.       FolderItem.
  190.     * src/main.c: send_queue(): send from all queue folders.
  191.     * src/mainwindow.c: send_queue_cb(): send from all queue folders.
  192.     * src/procmsg.[ch]:
  193.       procmsg_flush_mark_queue(): new. Write all queued flags into file.
  194.       procmsg_add_flags(): new. Add specified flags to the folder.
  195.       procmsg_send_queue(): added an argument to specify queue folder.
  196.       procmsg_save_to_outbox(): use procmsg_add_flags().
  197.     * src/summaryview.c:
  198.       summary_show(): up the opened flag of FolderItem.
  199.       summary_clear_list(): down the opened flag of FolderItem.
  200.       summary_write_cache(): call procmsg_flush_mark_queue().
  201.  
  202. 2002-04-01
  203.  
  204.     * src/summaryview.[ch]: trim the tail of folder name and selected
  205.       number on the status label if the space is not enough.
  206.  
  207. 2002-04-01
  208.  
  209.     * src/imap.c: imap_create_special_folder(): fixed a bug that didn't
  210.       set SpecialFolderItemType when creating special folders under
  211.       INBOX.
  212.     * ac/gpgme.m4: removed.
  213.     * ac/README: added.
  214.     * ac/missing/gdk-pixbuf.m4
  215.       ac/missing/gettext.m4
  216.       ac/missing/gpgme.m4
  217.       ac/missing/imlib.m4: added for convenience.
  218.  
  219. 2002-03-29
  220.  
  221.     * src/esmtp.c: esmtp_auth(): fixed a bug that some garbages are
  222.       shown after the decoded challenge string. Fixed a memory leak.
  223.       Removed strtok().
  224.     * src/compose.c: compose_draft_cb(): mark draft messages as read.
  225.     * src/folderview.c: folderview_update_node(): disable emphasis
  226.       for Outbox and Draft folders.
  227.  
  228. 2002-03-28
  229.  
  230.     * src/messageview.c: messageview_show(): fixed a memory leak.
  231.     * src/summaryview.c: summary_save_as(): show error dialog if copy
  232.       failed.
  233.     * src/about.c: about_show(): make the window active if it is already
  234.       open.
  235.  
  236. 2002-03-27
  237.  
  238.     * src/compose.c: show confirmation dialog before sending if Subject
  239.       is empty.
  240.       compose_check_entries(): new.
  241.       compose_send()
  242.       compose_send_later_cb(): use compose_check_entries().
  243.     * src/imap.c: imap_parse_atom(): more fix for parsing responses.
  244.  
  245. 2002-03-26
  246.  
  247.     * src/imap.c: imap_parse_atom(): fixed a bug that didn't parse the
  248.       responses with continuous line correctly, and fixed a memory leak.
  249.  
  250. 2002-03-26
  251.  
  252.     * src/undo.c: undo_insert_text_cb(): fixed a crash bug if the text
  253.       length is large.
  254.     * src/gtkstext.c: gtk_stext_button_press(): cancel current selection
  255.       after pasting with middle button to prevent the selection growth.
  256.  
  257. 2002-03-25
  258.  
  259.     * src/folderview.c:
  260.       folderview_rename_folder_cb()
  261.       folderview_delete_folder_cb(): modify filter rules only if the
  262.       target folder is in the default mailbox.
  263.     * src/utils.c: get_abbrev_newsgroup_name(): removed a redundant
  264.       line.
  265.  
  266. 2002-03-23
  267.  
  268.     * src/compose.c
  269.       src/mainwindow.c
  270.       src/prefs_common.c: changed 'Tool' menu to 'Tools'.
  271.       Moved 'Delete duplicated messages' under 'Tools'.
  272.  
  273. 2002-03-23
  274.  
  275.     * src/folderview.c: SET_SPECIAL_FOLDER(): keep the same parent
  276.       when moving.
  277.     * src/imap.c: imap_create_special_folder(): fixed a crash bug
  278.       when folder creation failed, and re-try to create folders under
  279.       INBOX.
  280.       imap_scan_tree_recursive(): don't automatically add namespace
  281.       prefix if it's INBOX. Search also under the INBOX for special
  282.       folders.
  283.     * src/foldersel.c: SET_SPECIAL_FOLDER(): keep the same parent
  284.       when moving.
  285.  
  286. 2002-03-23
  287.  
  288.     * src/utils.[ch]: get_abbrev_newsgroup_name(): new. It returns the
  289.       abbreviated newsgroup name.
  290.     * src/folderview.c: folderview_update_node(): display newsgroups
  291.       with abbreviated name if name and path is the same.
  292.     * src/summaryview.c: summary_status_show(): show the newsgroup with
  293.       abbreviated name.
  294.  
  295. 2002-03-23
  296.  
  297.     * src/foldersel.c
  298.       src/folderview.c: changed the label 'Draft' to 'Drafts'.
  299.     * src/imap.c: changed the directory name 'Draft' to 'Drafts'.
  300.       imap_create_missing_folders(): fixed the wrong assignment of
  301.       Queue folder to draft.
  302.  
  303. 2002-03-22
  304.  
  305.     * enabled Sent / Draft / Queue folders on IMAP server.
  306.     * src/compose.c: compose_queue(), compose_draft_cb(): use account's
  307.       queue and draft folder if they exist.
  308.       src/imap.[ch]:
  309.       imap_create_trash(): removed.
  310.       imap_create_special_folder(): new. Generalized imap_create_trash().
  311.       imap_create_missing_folders(): automatically create missing folders.
  312.       imap_is_msg_changed(): added the dummy method.
  313.       imap_scan_tree_recursive(): search also Sent, Draft and Queue
  314.       folders. Minor code cleanups.
  315.       imap_parse_envelope(): check for null strings.
  316.       src/procmsg.c: procmsg_read_cache(): add F_QUEUE or F_DRAFT flag
  317.       for messages on IMAP folder.
  318.  
  319. 2002-03-20
  320.  
  321.     * src/compose.c: compose_send(): use account's outbox folder
  322.       if it exists.
  323.     * src/procmsg.[ch]: procmsg_save_to_outbox(): changed the API so
  324.       that the outbox can be specified.
  325.  
  326. 2002-03-20
  327.  
  328.     * src/compose.c: don't save to outbox when messages are queued.
  329.       compose_save_to_outbox(): moved to procmsg.c.
  330.     * src/procmsg.[ch]: procmsg_send_queue(): save to outbox when
  331.       sending succeeded.
  332.       procmsg_save_to_outbox(): new. Removes the queueing headers if
  333.       needed, and adds the given file to the outbox.
  334.  
  335. 2002-03-20
  336.  
  337.     * src/compose.c: compose_wrap_line(): treat '|' also as quote char.
  338.       get_indent_length(): treat ':' and '#' also as quote char, and
  339.       cleaned up using strchr().
  340.  
  341. 2002-03-19
  342.  
  343.     * src/mainwindow.c: modified some menu items.
  344.  
  345. 2002-03-19
  346.  
  347.     * src/defs.h: changed OUTBOX_DIR from "outbox" to "sent"
  348.       (current "outbox" will be kept until rescan).
  349.     * src/folder.c: folder_set_missing_folders(): create the missing
  350.       folders.
  351.     * src/foldersel.c
  352.       src/folderview.c: changed 'Outbox' to 'Sent'.
  353.     * src/main.c: call folder_set_missing_folders().
  354.     * src/mh.c: mh_scan_tree(): create missing folders.
  355.     * src/summaryview.c: summary_set_menu_sensitive(): fixed a bug that
  356.       didn't set the menu sensitivity correctly.
  357.  
  358. 2002-03-18
  359.  
  360.     * src/folderview.c
  361.       src/imap.[ch]: implemented folder renaming on IMAP (thanks to Mio).
  362.       folderview_rename_folder_cb(): reopen the current folder when
  363.       the ancestor is renamed.
  364.       imap_rename_folder(): new method implementation.
  365.       imap_cmd_rename()
  366.       imap_rename_folder_func(): new.
  367.       imap_remove_folder(): remove also the cache directory.
  368.  
  369. 2002-03-17
  370.  
  371.     * src/imap.c: implemented locale encoding <-> modified utf-7
  372.       conversion, and supported i18n of folder name (thanks to Suzuki
  373.       Mio).
  374.       imap_path_separator_subst(): handle the escape characters of
  375.       modified utf-7.
  376.       imap_modified_utf7_to_locale()
  377.       imap_locale_to_modified_utf7(): new.
  378.       imap_create_trash(): modified so that it create the Trash folder
  379.       to the correct location when imap directory is specified.
  380.       imap_get_real_path(): removed debug print.
  381.  
  382. 2002-03-14
  383.  
  384.     * src/socket.c: implemented timeout for DNS lookup and connect().
  385.       sock_connect_by_hostname(): timeout support and code cleanup.
  386.       sock_connect_with_timeout(): new.
  387.       sock_peek(): implemented SSL peek.
  388.  
  389. 2002-03-13
  390.  
  391.     * src/messageview.c: messageview_show(): display single-part
  392.       text/html messages with the normal text view.
  393.     * src/account.c
  394.       src/addrbook.c
  395.       src/addrindex.c
  396.       src/compose.c
  397.       src/imap.c
  398.       src/inc.c
  399.       src/jpilot.c
  400.       src/ldif.c
  401.       src/mbox.c
  402.       src/mimeview.c
  403.       src/news.c
  404.       src/prefs.c
  405.       src/prefs_common.c
  406.       src/prefs_customheader.c
  407.       src/prefs_display_header.c
  408.       src/prefs_filter.c
  409.       src/procheader.c
  410.       src/procmime.c
  411.       src/procmsg.c
  412.       src/recv.c
  413.       src/rfc2015.c
  414.       src/send.c
  415.       src/sourcewindow.c
  416.       src/summaryview.c
  417.       src/template.c
  418.       src/textview.c
  419.       src/unmime.c
  420.       src/utils.c
  421.       src/vcard.c
  422.       src/xml.c: added 'b' to the option of all fopen().
  423.  
  424. 2002-03-09
  425.  
  426.     * version 0.7.4
  427.  
  428. 2002-03-09
  429.  
  430.     * src/ssl.[ch]: match its coding style.
  431.     * src/compose.c: compose_send_later_cb(): fixed a bug that failed
  432.       to save file.
  433.     * faq/Makefile.am
  434.       faq/en/Makefile.am
  435.       faq/en/sylpheed-faq*.html
  436.       faq/es/Makefile.am
  437.       faq/es/sylpheed-faq*.html
  438.       faq/fr/Makefile.am
  439.       faq/fr/sylpheed-faq*.html
  440.       configure.in
  441.       Makefile.am
  442.       src/Makefile.am
  443.       src/defs.h
  444.       src/mainwindow.c
  445.       src/manual.[ch]: added FAQs in English, Spanish and French.
  446.  
  447. 2002-03-07
  448.  
  449.     * manual/en/sylpheed*.html: updated to the latest version.
  450.     * libkcc/jis.c
  451.       src/addrcache.c
  452.       src/addritem.c
  453.       src/ldif.c
  454.       src/mgutils.c: include string.h to remove warning about strlen()
  455.       etc.
  456.     * src/folder.c
  457.       src/folderview.c
  458.       src/inc.c
  459.       src/logwindow.c
  460.       src/mainwindow.c
  461.       src/mimeview.c
  462.       src/prefs.c
  463.       src/prefs_common.c
  464.       src/procheader.c
  465.       src/send.c
  466.       src/session.c
  467.       src/sigstatus.c
  468.       src/summaryview.c: added break to the last label of switch to
  469.       prevent the 'deprecated use of label at end of compound statement'
  470.       warning at gcc-3.0.
  471.     * src/rfc2015.c: passphrase_cb(): fixed the type of r_hd.
  472.  
  473. 2002-03-06
  474.  
  475.     * src/inc.[ch]: preserve the pointer to IncProgressDialog to the
  476.       static list.
  477.       inc_cancel_all(): new. It cancels the all current incorporation.
  478.     * src/mainwindow.c: added 'Cancel receiving' menu.
  479.     * src/textview.c: a minor fix for single-part MIME messages, and
  480.       a bit of cleanup for textview_write_body().
  481.  
  482. 2002-03-05
  483.  
  484.     * src/inc.c: inc_write_uidl_list(): fixed a bug that lost UIDL
  485.       information if any errors occured before issuing UIDL command.
  486.       src/inc.h: added uidl_is_valid to Pop3State.
  487.       src/pop.c: set uidl_is_valid to TRUE if UIDL becomes valid.
  488.  
  489. 2002-03-03
  490.  
  491.     * version 0.7.3
  492.  
  493. 2002-03-03
  494.  
  495.     * src/mimeview.c: mimeview_create(): set the initial notebook page
  496.       to 0.
  497.     * src/folderview.c: folderview_selected(): scroll the view if the
  498.       selected row is hidden.
  499.     * src/prefs_filter.c: prefs_filter_register_cb(): scroll the view
  500.       and select the added row.
  501.     * src/summaryview.c: fix threading for null message ids.
  502.  
  503. 2002-03-02
  504.  
  505.     * src/textview.c: textview_show_message(): follow message/rfc822
  506.       parts.
  507.       textview_add_part(): add a caption before the attached text files.
  508.       textview_show_header(): don't add the newline.
  509.     * src/messageview.c: enabled message search also in MIME mode.
  510.  
  511. 2002-03-01
  512.  
  513.     * src/messageview.c: messageview_show(): set header state of
  514.       MimeView's TextView, too.
  515.     * src/mimeview.c: mimeview_show_message(): call
  516.       textview_show_message() to display message.
  517.     * src/textview.c: textview_add_part(): new. It adds the content
  518.       of message part without clearing the view.
  519.       textview_show_message(): display all parts with appropriate
  520.       style.
  521.       textview_write_body(): separated from textview_show_part().
  522.  
  523. 2002-02-28
  524.  
  525.     * src/mainwindow.c
  526.       src/prefs_common.c: added ISO-8859-15 to the codesets for
  527.       displaying and sending.
  528.     * src/codeconv.c: conv_codeset_strdup(): return NULL if code
  529.       conversion failed, and made caller deal with it.
  530.     * src/compose.c: compose_write_to_file(): show error dialog when
  531.       code conversion failed, and let user select whether to send it
  532.       as is or not.
  533.     * src/textview.c: textview_write_line(): show the original string
  534.       if code conversion failed.
  535.  
  536. 2002-02-27
  537.  
  538.     * src/inc.c: get_spool(): fixed a bug that failed to unlock mbox
  539.       if copy_mbox() failed (thanks to Alexander Kabaev).
  540.     * src/prefs_account.[ch]: added separate user ID / password setting
  541.       for SMTP AUTH.
  542.     * src/send.c: send_message_smtp(): use separate user ID / password
  543.       for SMTP AUTH if it is specified.
  544.  
  545. 2002-02-26
  546.  
  547.     * src/inc.[ch]
  548.       src/pop.[ch]: refactored the UIDL management.
  549.       store the information of messages into the array of Pop3MsgInfo
  550.       structure, and do full scanning of not retrieved messages.
  551.  
  552. 2002-02-26
  553.  
  554.     * src/filesel.c
  555.       src/foldersel.c
  556.       src/mainwindow.c: set WMCLASS for window/dialog.
  557.     * src/codeconv.c: conv_codeset_strdup(): return source string
  558.       when jconv_alloc_conv() failed.
  559.  
  560. 2002-02-25
  561.  
  562.     * src/mh.c: mh_scan_tree_recursive(): changed the hardcoded directory
  563.       name to the macros.
  564.  
  565. 2002-02-24
  566.  
  567.     * src/messageview.c
  568.       src/mimeview.[ch]
  569.       src/summaryview.c: implemented the new notebook tab interface for
  570.       MIME message.
  571.     * src/textview.[ch]: fixed line space related glitches.
  572.  
  573. 2002-02-23
  574.  
  575.     * src/prefs_filter.c:
  576.       prefs_filter_rename_path()
  577.       prefs_filter_delete_path(): fixed a crash when flt->dest was NULL.
  578.  
  579. 2002-02-23
  580.  
  581.     * src/recv.[ch]: cancel data receiving if RecvUIFunc returns FALSE.
  582.     * src/pop.c: pop3_retr_recv(): fixed false 'No space' when cancelled
  583.       while getting data.
  584.     * src/inc.c: inc_pop3_recv_func(): abort data receiving when
  585.       cancelled, and fixed potential crash bug.
  586.     * src/grouplistdialog.c: enabled cancelling of data receiving.
  587.     * src/news.c: news_get_group_list(): destroy current session if
  588.       retrieving failed.
  589.  
  590. 2002-02-22
  591.  
  592.     * src/manage_window.[ch]: fixed a bug that caused crash when
  593.       the main window was hidden.
  594.       MANAGE_WINDOW_SIGNALS_CONNECT(): new macro.
  595.       Monitor "unmap_event", "destroy" events.
  596.     * src/account.c;
  597.       src/addressbook.c
  598.       src/compose.c
  599.       src/export.c
  600.       src/filesel.c
  601.       src/foldersel.c
  602.       src/grouplistdialog.c
  603.       src/import.c
  604.       src/inputdialog.c
  605.       src/mainwindow.c
  606.       src/message_search.c
  607.       src/passphrase.c
  608.       src/prefs_account.c
  609.       src/prefs_common.c
  610.       src/prefs_customheader.c
  611.       src/prefs_display_header.c
  612.       src/prefs_filter.c
  613.       src/prefs_template.c
  614.       src/summary_search.c
  615.       src/summaryview.c: use MANAGE_WINDOW_SIGNALS_CONNECT() macro to
  616.       connect signals for window management.
  617.  
  618. 2002-02-21
  619.  
  620.     * src/prefs_account.[ch]: added receive size limit option.
  621.     * src/pop.c: skip messages larger than the limit size.
  622.       LOOKUP_NEXT_MSG(): new macro.
  623.     * src/compose.c: compose_attach_append(): check whether the file
  624.       is readable.
  625.  
  626. 2002-02-21
  627.  
  628.     * src/rfc2015.c: commented out dump_mimeinfo() and dump_part().
  629.       changed g_message()'s to debug_print() and g_warning().
  630.       rfc2015_decrypt_message(): fixed a bug that duplicated message
  631.       parts when decryption was failed/cancelled. And made some code
  632.       cleanup.
  633.     * src/passphrase.c: made the dialog transient.
  634.     * src/prefs.c: prefs_config_parse_one_line(): removed debug_print().
  635.  
  636. 2002-02-20
  637.  
  638.     * src/messageview.c
  639.       src/procmsg.[ch]: fixed a bug that failed to parse multipart
  640.       messages if GPGME was enabled.
  641.     * src/rfc2015.c: commented out copy_gpgmedata_to_temp() which
  642.       is not used.
  643.     * src/prefs_account.c: prefs_account_privacy_create(): modified
  644.       the vertical spacing.
  645.  
  646. 2002-02-19
  647.  
  648.     * src/menu.[ch]: menu_set_sensitive_all(): new.
  649.       menu_set_insensitive_all(): made it a wrapper for
  650.       menu_set_sensitive_all().
  651.     * src/prefs_account.c:
  652.       prefs_account_open()
  653.       prefs_account_protocol_set_optmenu(): made the protocol type
  654.       unchangeable after creating an account.
  655.     * src/compose.c: compose_attach_parts(): traverse MIME tree to
  656.       extract all attathed files from nested multipart MIME message.
  657.  
  658. 2002-02-19
  659.  
  660.     * src/procmsg.[ch]: procmsg_get_mark_sum(): added arguments to
  661.       obtain minimum/maximum number, and to specify first number
  662.       limit.
  663.     * src/folderview.c
  664.       src/inc.c: enabled new message checking on news folder.
  665.     * src/news.c: news_scan_group(): implemented. Guess new/unread
  666.       message number from the response of GROUP command and the mark
  667.       data.
  668.       news_select_group(): return the total/first/last number.
  669.     * src/prefs_account.c: prefs_account_receive_create(): modified
  670.       the text of the 'Get all' check button.
  671.  
  672. 2002-02-18
  673.  
  674.     * src/account.c: made 'Get all' checkbox available for IMAP4 and
  675.       NNTP accounts.
  676.     * src/inc.c: corrected the argument of folderview_check_new().
  677.     * src/prefs_account.c: modification for the "`Get all' checks for
  678.       new mail on this account" checkbox.
  679.  
  680. 2002-02-18
  681.  
  682.     * src/folderview.[ch]:
  683.       folderview_rescan_tree(), folderview_rescan_all(): renamed from
  684.       folderview_update_tree() and folderview_update_all().
  685.       folderview_update_all_node(): removed.
  686.       folderview_check_new(): new. If the argument is NULL, it checks
  687.       all local folders. If the arguments is specified, it checks
  688.       the (local and remote) folder.
  689.     * src/inc.c:
  690.       inc_account_mail()
  691.       inc_all_account_mail(): check also IMAP4 account.
  692.  
  693. 2002-02-18
  694.  
  695.     * src/folderview.c:
  696.       folderview_rename_folder_cb()
  697.       folderview_delete_folder_cb(): modify the filter rules when folder
  698.       is renamed/deleted.
  699.     * src/prefs_filter.[ch]:
  700.       prefs_filter_rename_path(): new. It renames the destination paths
  701.       in the filter list.
  702.       prefs_filter_delete_path(): new. It deletes the filter rules if
  703.       the destination paths matched.
  704.     * thanks to Neill Miller for above.
  705.  
  706. 2002-02-17
  707.  
  708.     * src/compose.c: inherit attached files when forwarding or reediting
  709.       (rewrote the code in claws branch).
  710.       compose_attach_parts(): new. It extracts and attaches the files
  711.       in the given message.
  712.       compose_attach_append(): chnaged the types of arguments.
  713.     * src/messageview.c: messageview_show(): moved the GPG decryption
  714.       code to procmsg.c.
  715.     * src/procmsg.[ch]: procmsg_open_message_decrypted(): new.
  716.  
  717. 2002-02-16
  718.  
  719.     * version 0.7.2
  720.  
  721. 2002-02-16
  722.  
  723.     * src/summary_search(): summary_search_execute(): scroll the view
  724.       when message view is hidden.
  725.  
  726. 2002-02-15
  727.  
  728.     * src/foldersel.c: foldersel_set_tree(): made different type of
  729.       folders selectable in moving mode.
  730.     * src/folderview.[ch]: folderview_update_msg_num(): compare the
  731.       numbers with the CTree's labels, and don't update folder_item here.
  732.     * src/imap.c: imap_move_msg(), imap_move_msgs_with_dest():
  733.       implemented moving between different type of folders.
  734.     * src/mh.c: SET_DEST_MSG_FLAGS(): new macro.
  735.       mh_do_move(), mh_do_move_msgs_with_dest(): new (renamed previous
  736.       mh_move_msg() and mh_move_msgs_with_dest()).
  737.       mh_move_msg(), mh_move_msgs_with_dest(): implemented message
  738.       moving between different type of folders.
  739.       mh_copy_msg(), mh_copy_msgs_with_dest(): some code cleanups.
  740.     * src/summaryview.c: summary_status_show(): update folder_item
  741.       here.
  742.     * po/POTFILES.in: removed reference to headerwindow.c.
  743.     * src/summaryview.c: summary_step(): fixed the behavior on the
  744.       head and tail of the list.
  745.  
  746. 2002-02-15
  747.  
  748.     * src/mainwindow.c: main_window_set_menu_sensitive(): set 'Show
  749.       all header' toggle state from the property of the TextView.
  750.     * src/summaryview.[ch]: made 'All header' toggle switch.
  751.       Prohibited unnecessary menu update.
  752.       summary_select_node(): added the argument 'do_refresh'.
  753.       Some code cleanups.
  754.  
  755. 2002-02-14
  756.  
  757.     * src/utils.c: strsplit_with_quote(): remove quotation characters
  758.       in the function (fix composer's external editor problem) (thanks
  759.       to Stefaan A Eeckels).
  760.     * src/mainwindow.[ch]: made 'Show all header' toggle switch.
  761.       main_window_menu_callback_block()
  762.       main_window_menu_callback_unblock(): new.
  763.       main_window_set_menu_sensitive(): set the toggle status of
  764.       menu items.
  765.       show_all_header_cb(): read the status of toggle menu item.
  766.     * src/mainwindow.[ch]: made 'Thread view' toggle switch.
  767.     * src/prefs_common.c: prefs_keybind_apply_clicked(): removed
  768.       'Unthread view'.
  769.  
  770. 2002-02-13
  771.  
  772.     * src/imap.c: imap_add_msg(): fixed a bug that didn't replace
  773.       the path separator (thanks to Sergey Vlasov).
  774.     * src/gtkutils.c: gtkut_editable_get_selection(): return NULL
  775.       if the length of selection is zero.
  776.       Fixed the assertion.
  777.     * src/utils.c: str_open_as_stream(): return immediately if
  778.       the length of str is zero.
  779.     * src/headerwindow.[ch]: removed.
  780.     * src/socket.[ch]
  781.       src/inc.c: removed stale thread support codes.
  782.  
  783. 2002-02-12
  784.  
  785.     * src/procmsg.c: procmsg_open_message(): modified so that it
  786.       returns the stream of decrypted message file if it exists
  787.       (this fixes the failure of gpg decryption in messageview.c).
  788.  
  789. 2002-02-11
  790.  
  791.     * version 0.7.1
  792.  
  793. 2002-02-11
  794.  
  795.     * src/compose.[ch]
  796.       src/gtkutils.[ch]
  797.       src/prefs_template.c
  798.       src/quote_fmt.h
  799.       src/quote_fmt_parse.y
  800.       src/summaryview.c
  801.       src/utils.[ch]: if the part of the message text is selected, use
  802.       it for quoted text instead of the entire message body (thanks to
  803.       Darko Koruga).
  804.       src/utils.[ch]: str_open_as_stream(): new. It returns an
  805.       temporary stream for the given string.
  806.     * src/main.c: added "--send" command line option.
  807.     * src/compose.c: compose_reply_set_entry(): add From address to
  808.       Cc if Reply-To and to_all are both specified.
  809.     * Makefile.am: correct the Source: line in the RPM spec file in
  810.       .tar.bz2 package.
  811.  
  812. 2002-02-07
  813.  
  814.     * src/procmsg.c: procmsg_open_message(): fetch message if the cache
  815.       doesn't exist.
  816.     * src/foldersel.[ch]: foldersel_folder_sel(): added an argument
  817.       that specifies the folder selection type.
  818.     * src/addressbook.c
  819.       src/compose.c
  820.       src/editaddress.c
  821.       src/editgroup.c
  822.       src/folderview.c
  823.       src/importldif.c
  824.       src/mainwindow.c
  825.       src/md5.c
  826.       src/mimeview.c
  827.       src/prefs_common.c
  828.       src/prefs_customheader.c
  829.       src/prefs_filter.c
  830.       src/summaryview.c: made it compile with C compilers other than gcc
  831.       (thanks to Shawn Houston).
  832.  
  833. 2002-02-06
  834.  
  835.     * src/imap.c: imap_copy_msgs_with_dest(): fixed a bug on traversing
  836.       list.
  837.     * src/prefs_common.c: made the key binding setting separate dialog.
  838.     * src/addressbook.c: addressbook_format_address(): add "" around
  839.       the display name if it contains comma (thanks to Satoshi Watanabe).
  840.     * src/addr_compl.c: get_complete_address(): add "" around the
  841.       display name if it contains comma.
  842.       get_address_from_edit(): handle the quotation character correctly.
  843.     * src/addr_compl.c: get_complete_address()
  844.       src/addressbook.c: addressbook_format_address(): fixed a bug that
  845.       caused wrong text processing if the display name is empty.
  846.     * updated NEWS.
  847.  
  848. 2002-02-05
  849.  
  850.     * src/compose.c: compose_exec_ext_editor_real(): replaced
  851.       g_strsplit() with strsplit_with_quote().
  852.     * src/foldersel.c
  853.       src/folderview.c: folderview_drag_motion_cb(): minor code cleanups.
  854.     * src/folderview.c:
  855.       folderview_drag_motion_cb()
  856.       folderview_drag_received_cb(): allow dropping into IMAP4 folder.
  857.     * src/utils.c: get_file_size_as_crlf(): use fgets() instead of
  858.       fread().
  859.     * src/imap.c
  860.       imap_copy_msg()
  861.       imap_copy_msgs_with_dest(): use imap_add_msg() if the source
  862.       of the message is different from the current mailbox.
  863.       Return the correct value.
  864.       imap_cmd_append(): properly implemented the APPEND command.
  865.  
  866. 2002-02-04
  867.  
  868.     * src/mainwindow.c
  869.       src/messageview.[ch]
  870.       src/summaryview.[ch]
  871.       src/textview.[ch]: show all headers in the message view, and don't
  872.       use the header window anymore.
  873.     * src/mainwindow.c
  874.       src/prefs_common.c: changed the default shortcut of 'compose new
  875.       message'.
  876.     * src/mainwindow.c
  877.       src/summaryview.[ch]: summary_display_msg_selected(): new.
  878.       Show the selected message if 'Show all header' is selected.
  879.     * src/mh.c
  880.       src/sourcewindow.c: changed some procmsg_get_message_file_path()
  881.       to procmsg_get_message_file() to be sure the message is
  882.       retrieved.
  883.     * src/folderview.c: folderview_drag_motion_cb(): allow DnD from
  884.       any folder to MH folder.
  885.       folderview_drag_received_cb(): copy messages instead of moving
  886.       if the source folder is news or IMAP.
  887.     * src/mainwindow.c
  888.       src/summaryview.c: allow copy from news folder.
  889.  
  890. 2002-02-03
  891.  
  892.     * src/prefs_common.c: prefs_other_create(): modified the design
  893.       of the external command settings.
  894.       prefs_keybind_apply_clicked(): made the Mew / Wanderlust keybind
  895.       preset closer to the original.
  896.       Added Mutt keybind preset.
  897.       Also change the compose keybinds.
  898.     * src/compose.c: modified some menu shortcuts.
  899.     * src/codeconv.c: modified the locale_table for Thai encoding.
  900.  
  901. 2002-02-01
  902.  
  903.     * src/Makefile.am: added $(GPGME_CFLAGS) to INCLUDES.
  904.     * src/prefs_common.c: prefs_interface_create(): modified the
  905.       description for menu shortcut.
  906.  
  907. 2002-01-31
  908.  
  909.     * src/gtkutils.[ch]: added gtk_stext_clear().
  910.     * src/compose.[ch]
  911.       src/mainwindow.c
  912.       src/summaryview.[ch]: enabled multiple forwarding.
  913.     * src/summaryview.c:
  914.       summary_set_marks_selected(): set marks for all selected row.
  915.       summary_reply(): moved from summary_reply_cb().
  916.     * compose.[ch]: compose_forward(): modified so that it receives
  917.       the message list.
  918.     * src/mainwindow.c: cleanup for reply processing.
  919.     * src/summaryview.c: summary_reply(): fixed a memory leak.
  920.       summary_key_pressed(): removed hardcoded mark / mark as unread
  921.       shortcuts.
  922.     * src/mainwindow.c
  923.       src/prefs_common.c: added mark / mark as unread shortcuts to
  924.       the menu.
  925.  
  926. 2002-01-30
  927.  
  928.     * src/compose.c: compose_wrap_line_all(): wrap quoted part even
  929.       if prefs_common.linewrap_quote is not set (it is only for
  930.       auto-wrapping on reply).
  931.     * src/prefs_account.c: prefs_account_open(): initialize tmp_ac_prefs
  932.       when creating a new account.
  933.     * src/mh.c: mh_get_msg_list(): use also st_ctime to detect
  934.       directory change.
  935.     * src/prefs_common.c: prefs_interface_create(): modified the
  936.       description of key binds selector.
  937.  
  938. 2002-01-29
  939.  
  940.     * src/mimeview.c: fixed multiple dialog / moving by correcting
  941.       button / key event processing.
  942.     * src/mimeview.[ch]
  943.       src/textview.c: pass some key press events to MimeView in MIME
  944.       mode.
  945.     * src/prefs_filter.c: fixed a bug that didn't set the order of
  946.       rules correctly.
  947.     * src/prefs_common.c: prefs_keybind_apply_clicked(): fixed
  948.       empty_menurc string.
  949.  
  950. 2002-01-28
  951.  
  952.     * src/mainwindow.c
  953.       src/prefs_common.c: reorganized the menu shortcuts.
  954.       Added 'View - Toggle summary view'.
  955.     * src/summaryview.[ch]: summary_toggle_view(): made it public
  956.       function.
  957.     * src/prefs_common.[ch]: swapped the position of 'Shortcut key'
  958.       and 'On exit'.
  959.     * src/importldif.c: imp_ldif_delete_event(): fixed segfault when
  960.       closing the dialog with window manager (in more appropriate way).
  961.     * src/imageview.[ch]
  962.       src/messageview.c
  963.       src/mimeview.c: fixed wrong scrolling position when switching
  964.       between text and image parts. Also free the unrequired image
  965.       (thanks to Sergey Vlasov).
  966.     * src/prefs_common.c: disabled 'Go to inbox after receiving new mail'
  967.       by default.
  968.  
  969. 2002-01-28
  970.  
  971.     * src/prefs_common.c: implemented shortcut quick changer.
  972.     * src/folderview.c: folderview_key_pressed()
  973.       src/summaryview.c: summary_key_pressed(): removed some hardcoded
  974.       key binds.
  975.  
  976. 2002-01-25
  977.  
  978.     * src/procmime.c:
  979.       procmime_get_mime_type()
  980.       procmime_get_mime_type_table(): made the MIME type search case
  981.       insensitive.
  982.     * src/gtkstext.c:
  983.       gtk_stext_delete_line(): delete newline on empty line.
  984.       gtk_stext_delete_to_line_end(): delete newline if cursor is on
  985.       the last of line.
  986.       (thanks to Yasuzaki Masayoshi.)
  987.  
  988. 2002-01-23
  989.  
  990.     * src/compose.c
  991.       src/gtkstext.[ch]: removed the hardcoded shortcuts in GtkSText,
  992.       and made them customizable.
  993.     * src/utils.[ch]: added get_file_size_as_crlf() which returns
  994.       the file size when converting LF to CR+LF.
  995.  
  996. 2002-01-22
  997.  
  998.     * src/compose.c: enabled 'Ctrl-Enter' or
  999.       'Ctrl-(other modifier keys)-Enter' shortcut that didn't work
  1000.       before.
  1001.     * src/gtkstext.c: disabled some Emacs key bindings.
  1002.       gtk_stext_key_press(): don't extend selection when Shift-Enter
  1003.       is pressed to prevent the disapperance of cursor.
  1004.     * src/summaryview.c: summary_select_next_unread(): added the button
  1005.       to search unread message again from the beginning to the dialog.
  1006.     * src/folderview.c: folderview_key_pressed(): go to next unread
  1007.       folder if space key is pressed on the empty folder.
  1008.       Move CTree focus before selecting row.
  1009.  
  1010. 2002-01-21
  1011.  
  1012.     * src/defs.h: modified the XLFD of default fonts.
  1013.     * src/textview.c: textview_create(): fixed a bug that caused
  1014.       segfault if font couldn't be loaded.
  1015.     * src/folderview.c
  1016.       src/grouplistdialog.c: compare subscribed groups with path.
  1017.     * src/prefs_filter.c: changed 'Operator' to 'Condition'.
  1018.  
  1019. 2002-01-20
  1020.  
  1021.     * src/compose.c: compose_wrap_line_all(): fixed wrapping crash
  1022.       when URL is wider than wrapping margin.
  1023.     * src/mainwindow.c
  1024.       src/prefs_filter.[ch]
  1025.       src/summaryview.[ch]: added "Create filter rule" function based
  1026.       on the patch from Luca Rosellini.
  1027.     * src/summaryview.c: summary_filter_open(): added X-List and
  1028.       X-Mailing-list to the automatically detected headers.
  1029.  
  1030. 2002-01-18
  1031.  
  1032.     * configure.in: support Mac OS X (Darwin).
  1033.  
  1034. 2002-01-16
  1035.  
  1036.     * src/prefs_filter.c: use inc_(un)lock() instead of
  1037.       inc_autocheck_timer_{remove|set}().
  1038.     * src/summaryview.c: summary_sort(): use gtk_ctree_sort_recursive()
  1039.       instead of gtk_ctree_sort_node() so that messages within threads
  1040.       are also sorted.
  1041.     * src/procmsg.c: procmsg_read_mark_file(): fixed a bug that the
  1042.       target of sizeof was wrong and caused crash on Alpha architecture
  1043.       (thanks to Motonobu Ichimura).
  1044.  
  1045. 2002-01-15
  1046.  
  1047.     * src/foldersel.c:
  1048.       foldersel_gnode_func(): made the names of special folders
  1049.       translated strings.
  1050.       foldersel_set_tree(): move the special folder to the top.
  1051.     * src/inputdialog.[ch]: input_dialog_query_password(): new.
  1052.     * src/imap.c
  1053.       src/inc.c
  1054.       src/news.c
  1055.       src/send.c: use input_dialog_query_password() instead of their
  1056.       own query functions.
  1057.  
  1058. 2002-01-14
  1059.  
  1060.     * src/defs.h: modified the default font.
  1061.     * src/folder.[ch]
  1062.       src/mh.[ch]
  1063.       src/imap.[ch]
  1064.       src/news.[ch]: moved the class definition and some methods to
  1065.       the proper location.
  1066.  
  1067. 2002-01-11
  1068.  
  1069.     * src/mimeview.c: mimeview_save_as()
  1070.       src/summaryview.c: summary_save_as(): put the default filename
  1071.       based on the subject.
  1072.     * src/utils.[ch]: added subst_chars() and subst_for_filename()
  1073.       which substitute some special characters with underscore.
  1074.     * src/filesel.c: filesel_select_file(): select the default filename.
  1075.  
  1076. 2002-01-10
  1077.  
  1078.     * INSTALL
  1079.       INSTALL.jp: added the description and the URL for libjconv.
  1080.     * src/mainwindow.c: menu entries cleanup.
  1081.  
  1082. 2002-01-09
  1083.  
  1084.     * README
  1085.       README.jp
  1086.       src/about.c: modified the copyright year.
  1087.     * src/gtkstext.h: added the notice for modification by the Sylpheed
  1088.       Team.
  1089.  
  1090. 2002-01-08
  1091.  
  1092.     * INSTALL
  1093.       INSTALL.jp: added the URL for compface.
  1094.  
  1095. 2002-01-07
  1096.  
  1097.     * version 0.7.0
  1098.  
  1099. 2002-01-07
  1100.  
  1101.     * src/headerwindow.c
  1102.       src/logwindow.c
  1103.       src/messageview.c
  1104.       src/sourcewindow.c: set wmclass when creating windows.
  1105.  
  1106. 2002-01-04
  1107.  
  1108.     * src/compose.c: compose_wrap_line_all(): fixed the bug that
  1109.       caused infinite loop when wrapping certain patterns of quoted text.
  1110.  
  1111. 2002-01-02
  1112.  
  1113.     * src/imap.c: imap_parse_envelope(): put the assertion after
  1114.       imap_parse_address() to prevent segmentation fault.
  1115.  
  1116. 2001-12-31
  1117.  
  1118.     * src/folderview.c
  1119.       src/mainwindow.c: modified some labels of menu items.
  1120.     * src/ldif.c: put the return value of fgetc() in a gint.
  1121.     * src/importldif.c: don't brace null strings with _().
  1122.     * src/compose.c: moved the position of Subject entry to the last.
  1123.       Reorganized the menu.
  1124.       compose_draft_cb(): added 'keep editing after saving to draft'
  1125.       feature.
  1126.  
  1127. 2001-12-30
  1128.  
  1129.     * src/mainwindow.c: reorganization of main menu. Removed 'Summary'
  1130.       menu. Moved 'Help' menu to just the right of 'Configuration'.
  1131.       Removed 'File - Close' menu item.
  1132.  
  1133. 2001-12-25
  1134.  
  1135.     * src/mainwindow.c: some menu reorganization.
  1136.     * AUTHORS: updated. Added more contributors.
  1137.     * src/account.c: account_row_moved(): new. Moves displayed row to
  1138.       the appropriate position when up / down button are pressed.
  1139.       account_clist_set(): move displayed row to the appropriate position.
  1140.     * src/compose.c
  1141.       src/mainwindow.c: set title and wmclass when creating windows.
  1142.  
  1143. 2001-12-24
  1144.  
  1145.     * src/gtkstext.c: fixed a bug that didn't show block cursor
  1146.       correctly. Removed unnecessary GdkGC copy. Fixed cursor
  1147.       coordinate.
  1148.     * src/compose.c
  1149.       src/gtkutils.[ch]
  1150.       src/textview.[ch]
  1151.       src/undo.c: modified to use GtkSText.
  1152.     * src/menu.h: added #include <gtk/gtkmenu.h>.
  1153.  
  1154. 2001-12-23
  1155.  
  1156.     * acconfig.h
  1157.       configure.in: added XIM checking for GTK+.
  1158.     * src/gtkstext.[ch]: new. Copied GtkText in GTK+ and renamed.
  1159.  
  1160. 2001-12-22
  1161.  
  1162.     * src/filter.c: added #include <sys/types.h>.
  1163.  
  1164. 2001-12-21
  1165.  
  1166.     * src/template.c: template_write_config(): fixed a typo.
  1167.     * src/compose.c: toolbar_linewrap_cb(): call compose_wrap_line_all().
  1168.     * src/filter.[ch]
  1169.       src/prefs_filter.c: supported regular expression (thanks to
  1170.       Yukihiro Nakai).
  1171.     * src/undo.c: undo_paste_clipboard_cb(): fixed a bug that broke
  1172.       undo state when pasted clipboard was empty.
  1173.       undo_check_size(): use g_list_last().
  1174.       undo_undo()
  1175.       undo_redo(): fixed NULL checking and made a bit of optimization.
  1176.       Some code cleanups.
  1177.     * src/prefs_common.c: changed the default value of linewrap length
  1178.       to 72.
  1179.  
  1180. 2001-12-20
  1181.  
  1182.     * reorganization of pixmap management.
  1183.     * src/stock_pixmap.[ch]: new. This module manages all static pixmaps.
  1184.     * modified every files which directly use pixmaps data to use
  1185.       stock_pixmap_*().
  1186.     * src/undo.[ch]: renamed undo_set_undo_change_funct() to
  1187.       undo_set_change_state_func(), and changed its argument from
  1188.       GtkWidget* to gpointer.
  1189.       undo_merge(): code cleanup.
  1190.     * src/compose.c: renamed compose_set_undo() to
  1191.       compose_undo_state_changed().
  1192.  
  1193. 2001-12-19
  1194.  
  1195.     * src/account.c: account_find_from_address(): made it case
  1196.       insensitive.
  1197.     * src/addressbook.c: addressbook_create(): set wmclass.
  1198.     * src/compose.c: compose_insert_file(): supported DOS/Win/Mac line
  1199.       break.
  1200.     * src/importldif.c
  1201.       src/ldif.[ch]: merged from the claws branch.
  1202.     * src/importldif.c: removed some warnings.
  1203.       imp_ldif_field_list_toggle(): fixed button checking.
  1204.       imp_ldif_dialog_create(): minor layout fix.
  1205.     * src/ldif.c: removed some warnings.
  1206.     * INSTALL
  1207.       INSTALL.jp: updated confirmation list.
  1208.     * src/vcard.c:
  1209.       vcard_read_file()
  1210.       vcard_test_read_file(): fixed a memory leak of tagtemp.
  1211.       Some code cleanups (decreasing the indent level).
  1212.     * src/addrindex.c
  1213.       src/jpilot.[ch]
  1214.       src/syldap.[ch]: disabled runtime library checking because JPilot
  1215.       and LDAP libraries are linked on the build time, and the program
  1216.       doesn't execute without them anyway.
  1217.     * src/addressbook.c
  1218.       src/addrindex.c: changed "J-Pilot" to "JPilot".
  1219.       Removed warning for atoi().
  1220.  
  1221. 2001-12-18
  1222.  
  1223.     * src/procmsg.c: procmsg_empty_trash()
  1224.       src/mainwindow.c: main_window_empty_trash(): empty trash only if
  1225.       it contains some messages.
  1226.     * src/imap.c: search_array_str(): new.
  1227.       imap_status(): fixed a bug that didn't parse the command response
  1228.       correctly.
  1229.  
  1230. 2001-12-18
  1231.  
  1232.     * merged undo function (by Jens Oberender).
  1233.     * src/undo.[ch]: new.
  1234.       undo_insert_text_cb(): fix for multibyte characters (obtain the
  1235.       number of letters instead of bytes).
  1236.     * src/compose.[ch]: added the code for undo.
  1237.     * src/prefs_common.[ch]: added the interface for setting undo level.
  1238.  
  1239. 2001-12-16
  1240.  
  1241.     * src/compose.c: compose_template_apply()
  1242.       src/prefs_template.c: prefs_template_clist_set_row()
  1243.       src/template.c: template_write_config(): don't replace To: and
  1244.       Subject: entry in composition window if they are empty.
  1245.  
  1246. 2001-12-16
  1247.  
  1248.     * version 0.6.6
  1249.  
  1250. 2001-12-15
  1251.  
  1252.     * src/folderview.c: folderview_drag_motion_cb(): fixed a DnD bug.
  1253.     * src/ldif.c: ldif_get_line(): ignore CR.
  1254.     * src/mimeview.c: mimeview_show_message(): search also text/html
  1255.       for first text part.
  1256.  
  1257. 2001-12-14
  1258.  
  1259.     * src/prefs_account.c: prefs_account_save_config_all(): fixed a bug
  1260.       that didn't update accountrc if account_list == NULL (thanks to
  1261.       Watanabe).
  1262.  
  1263. 2001-12-14
  1264.  
  1265.     * src/utils.h: added the macro Xstrcat_a() that concatenates
  1266.       two strings and return alloca'd string.
  1267.     * src/imap.c: imap_scan_tree_recursive(): fixed a bug that didn't
  1268.       handle folder name which includes some spaces correctly
  1269.       (based on the patch from Willem van Engen (thanks!)).
  1270.     * src/compose.c: compose_wrap_line_all(): fixed the crash when
  1271.       wrapping long lines if linewrap quotation is disabled and
  1272.       a word spanning more than one line.
  1273.  
  1274. 2001-12-14
  1275.  
  1276.     * applied the Tobias' patch with modification (thanks!).
  1277.     * src/imap.[ch]:
  1278.       imap_msg_set_perm_flags()
  1279.       imap_msg_unset_perm_flags(): new. They set permanent flags to
  1280.       a IMAP message.
  1281.     * src/compose.c
  1282.       src/summaryview.c: set flags on IMAP server when flags are changed.
  1283.  
  1284. 2001-12-11
  1285.  
  1286.     * src/gtkutils.[ch]: gtkut_container_remove(): new. It's a wrapper
  1287.       of gtk_container_remove() for workaround of a bug in
  1288.       Gtk{Text,Entry} (thanks to Sergey Vlasov).
  1289.     * src/compose.c
  1290.       src/mainwindow.c
  1291.       src/messageview.c
  1292.       src/mimeview.c
  1293.       src/summaryview.c
  1294.       src/textview.c: replaced gtk_container_remove() with
  1295.       gtkut_container_remove(), and removed previous partial fix.
  1296.  
  1297. 2001-12-09
  1298.  
  1299.     * src/prefs_account.c: prefs_account_apply(): fixed a bug that
  1300.       checked user ID on "local", but didn't on IMAP4.
  1301.     * src/imap.c: imap_session_get(): fixed a crash bug when
  1302.       rfolder->session == NULL.
  1303.     * Makefile.am: changed the arguments of tar from 'chojf' to
  1304.       '--bzip2 -chof'.
  1305.     * src/summaryview.c: summary_toggle_view(): disclaim the selection
  1306.       of textview before removing vpaned.
  1307.  
  1308. 2001-12-08
  1309.  
  1310.     * src/messageview.c: messageview_change_view_type(): disclaim the
  1311.       selection before removing textview. This solves the mysterious
  1312.       copy-paste disability (thanks to Melvin Hadasht).
  1313.     * src/textview.c: textview_set_font(): use
  1314.       gtk_editable_claim_selection() instead of
  1315.       gtk_editable_select_region().
  1316.  
  1317. 2001-12-06
  1318.  
  1319.     * src/prefs_template.c: prefs_template_window_create(): supported
  1320.       address completion on the To: entry.
  1321.  
  1322. 2001-12-04
  1323.  
  1324.     * src/folder.c:
  1325.       folder_count_total_msgs()
  1326.       folder_count_total_msgs_func(): use g_node_traverse() to traverse
  1327.       GNode.
  1328.  
  1329. 2001-12-03
  1330.  
  1331.     * src/compose.c: fixed a bug that empty body was refused.
  1332.     * src/prefs_template.c: fixed a bug that didn't set To: entry
  1333.       correctly. Display error dialog if format is illegal.
  1334.     * src/prefs_common.c
  1335.       src/quote_fmt_lex.l
  1336.       src/quote_fmt_parse.y: changed parenthesis "( )" to curly braces
  1337.       "{ }" to prevent confusion on using parenthesis.
  1338.     * src/html.c: html_get_parenthesis(): ignore CSS / script stuff.
  1339.  
  1340. 2001-11-29
  1341.  
  1342.     * src/prefs_template.c: added colon to the header labels.
  1343.  
  1344. 2001-11-28
  1345.  
  1346.     * src/compose.c
  1347.       src/prefs_template.c
  1348.       src/template.[ch]: added To field to the template.
  1349.  
  1350. 2001-11-27
  1351.  
  1352.     * src/textview.c: textview_show_part(): use first found
  1353.       message/rfc822 header.
  1354.     * src/folderview.c: added "Search messages..." to the context menu.
  1355.     * src/prefs_common.c: prefs_quote_description_create(): added
  1356.       description for characters which need to be escaped.
  1357.  
  1358. 2001-11-26
  1359.  
  1360.     * src/compose.c: compose_wrap_line_all(): more merging from claws.
  1361.       GET_CHAR(): renamed GET_TEXT() and made it more generic.
  1362.       Modified compose_wrap_line() and compose_wrap_line_all() to use
  1363.       GET_CHAR().
  1364.     * src/textview.c: textview_show_part(): show the header of nested
  1365.       RFC822 attachment correctly.
  1366.  
  1367. 2001-11-25
  1368.  
  1369.     * src/folder.[ch]
  1370.       src/main.c: added --status option to get new, unread and total
  1371.       message count from a running Sylpheed (merged from claws).
  1372.       prohibit_duplicate_launch(): output '\n' only once.
  1373.  
  1374. 2001-11-23
  1375.  
  1376.     * src/compose.c
  1377.       src/gtkutils.[ch]: merged the new wrapping function.
  1378.       gtkut_text_str_compare_n()
  1379.       gtkut_text_str_compare()
  1380.       gtkut_text_is_uri_string(): backport from the GtkSText in the
  1381.       claws branch, and made modification.
  1382.     * src/prefs_template.c
  1383.       src/template.[ch]: added Subject to the template.
  1384.  
  1385. 2001-11-22
  1386.  
  1387.     * src/compose.c: compose_write_headers(): added missing parenthesis
  1388.       that generated invalid custom header (thanks to Masaaki Noro).
  1389.       Allow Sender: custom header.
  1390.  
  1391. 2001-11-20
  1392.  
  1393.     * src/procheader.c: procheader_date_parse(): workaround for
  1394.       RFC-incompliant Date header.
  1395.  
  1396. 2001-11-20
  1397.  
  1398.     * src/addrbook.c: removed redundant functions, and fixed generation
  1399.       of spurious address book file names.
  1400.     * src/addrindex.c: V-Card -> vCard.
  1401.  
  1402. 2001-11-19
  1403.  
  1404.     * src/textview.c: get_email_part(): replaced isalnum() with
  1405.       the macro IS_ASCII_ALNUM() which restricts the range of
  1406.       characters to 7bit ASCII (thanks to Shimamoto).
  1407.     * src/utils.c: remote_tzoffset_sec(): workaround for malformed
  1408.       timezone offset.
  1409.  
  1410. 2001-11-18
  1411.  
  1412.     * src/textview.c: textview_show_part(): show headers on nested
  1413.       muitipart text.
  1414.  
  1415. 2001-11-17
  1416.  
  1417.     * src/imap.c: imap_session_get()
  1418.       src/news.c: news_session_get(): fixed segfault when reconnection
  1419.       failed.
  1420.     * src/grouplistdialog.c: removed redundant code, and expand nodes
  1421.       that doesn't match the pattern.
  1422.  
  1423. 2001-11-16
  1424.  
  1425.     * src/compose.c: modified so that it sends message when any of
  1426.       To:, Cc:, Bcc:, or Newsgroups: fields have valid recipient.
  1427.       compose_check_for_valid_recipient(): new.
  1428.     * src/grouplistdialog.c: improved the UI.
  1429.       Added appropriate description and search button.
  1430.       Search doesn't get group list again.
  1431.  
  1432. 2001-11-15
  1433.  
  1434.     * src/news.[ch]: news_session_get(): update the last access time
  1435.       correctly.
  1436.       news_group_list_free(): new.
  1437.     * src/grouplistdialog.c: free resources correctly.
  1438.  
  1439. 2001-11-15
  1440.  
  1441.     * src/folderview.c
  1442.       src/grouplistdialog.[ch]: more merging of new newsgroup
  1443.       subscription dialog.
  1444.     * src/news.[ch]: renamed news_remove_group_list() to
  1445.       news_remove_group_list_cache().
  1446.  
  1447. 2001-11-14
  1448.  
  1449.     * src/defs.h: added MAX_ENTRY_LENGTH definition.
  1450.     * src/compose.c: compose_add_entry_field(): create new entry with
  1451.       max length.
  1452.  
  1453. 2001-11-13
  1454.  
  1455.     * src/grouplistdialog.c: made non-leaf node selectable.
  1456.       Give the complete newsgroup name for each nodes.
  1457.  
  1458. 2001-11-13
  1459.  
  1460.     * src/grouplistdialog.c
  1461.       src/news.[ch]: merging of new newsgroup subscription dialog
  1462.       (still in progress. Don't use it yet!).
  1463.  
  1464. 2001-11-12
  1465.  
  1466.     * src/utils.[ch]: decode_uri(): new. It decodes URL-encoded strings.
  1467.     * src/compose.[ch]: compose_new_with_recipient(): accept mailto
  1468.       URL.
  1469.       compose_entries_set(): new. It parses mailto URL and put each
  1470.       values into the entries.
  1471.  
  1472. 2001-11-12
  1473.  
  1474.     * src/compose.c: compose_forward(): fixed a bug that forward
  1475.       quote mark wasn't used (thanks to Hironori IWANE).
  1476.     * src/codeconv.[ch]
  1477.       src/mainwindow.c
  1478.       src/prefs_common.c: added Thai encodings (thanks to Manrat
  1479.       Chobchuen).
  1480.  
  1481. 2001-11-08
  1482.  
  1483.     * src/socket.c: sock_connect_by_hostname(): removed h_errno.
  1484.     * src/session.h
  1485.       src/defs.h
  1486.       src/imap.[ch]
  1487.       src/news.c: added last_access_time to Session.
  1488.       imap_session_get(): check connection only when access interval
  1489.       has been exceeded.
  1490.  
  1491. 2001-11-07
  1492.  
  1493.     * version 0.6.5
  1494.  
  1495. 2001-11-07
  1496.  
  1497.     * src/socket.c: ssl_gets(): use SSL_peek.
  1498.     * updated NEWS and AUTHORS.
  1499.     * Makefile.am: fixed release target.
  1500.  
  1501. 2001-11-06
  1502.  
  1503.     * src/template.c: changed the format of template file to
  1504.       RFC2822-like.
  1505.     * src/compose.c: compose_template_apply(): freeze the text widget
  1506.       while inserting strings.
  1507.  
  1508. 2001-11-05
  1509.  
  1510.     * po/POTFILES.in: removed src/template_select.c.
  1511.     * src/summaryview.c: summary_set_header()
  1512.       src/address.c: address_parse_str()
  1513.       src/filter.c: filter_read_str()
  1514.       src/news.c: news_parse_xover()
  1515.       src/procheader.c: procheader_get_fromname()
  1516.       src/utils.c: subject_compare():
  1517.       replaced Xalloca() + strcpy() with Xstrdup_a().
  1518.     * src/inputdialog.[ch]: added combo mode.
  1519.       input_dialog_combo(): new.
  1520.     * src/prefs_common.[ch]: added MIME open command setting.
  1521.       prefs_common_{read, save}_config(): read / write command history.
  1522.     * src/mimeview.c: mimeview_open_with(): use combo input dialog.
  1523.     * src/utils.[ch]: add_history(): history list management function.
  1524.  
  1525. 2001-11-04
  1526.  
  1527.     * src/compose.c: select templates from the menu.
  1528.       compose_set_template_menu(): new.
  1529.       compose_reflect_prefs_all(): new.
  1530.       compose_template_apply(): new. Use dummy MsgInfo for parsing.
  1531.     * src/template.[ch]: store template list to the static heap.
  1532.       template_get_config(): new.
  1533.       template_set_config(): new.
  1534.     * src/prefs_template.c: don't store template list to the global area.
  1535.     * src/template_select.[ch]: removed.
  1536.     * src/quote_fmt_parse.y: check folderitem when quoting messages.
  1537.     * src/mh.c: mh_add_msg(): try to copy file whenever link() failed
  1538.       (thanks to OSHIRO Naoki).
  1539.  
  1540. 2001-11-03
  1541.  
  1542.     * src/utils.[ch]: get_template_dir(): new.
  1543.     * src/template.c: use get_template_dir().
  1544.  
  1545. 2001-11-02
  1546.  
  1547.     * src/prefs_template.c: modified the dialog layout.
  1548.       Added symbol description button.
  1549.     * src/summaryview.c: show an arrow mark to the column of the sort
  1550.       target.
  1551.       summary_set_column_titles(): new.
  1552.     * INSTALL
  1553.       INSTALL.jp
  1554.       README
  1555.       README.jp
  1556.       TODO
  1557.       TODO.jp: updated the documents.
  1558.  
  1559. 2001-11-02
  1560.  
  1561.     * src/Makefile.am: add missing checkbox_{on, off}.xpm.
  1562.     * src/textview.c: textview_key_pressed()
  1563.       src/mimeview.c: mimeview_key_pressed()
  1564.       src/summaryview.c: summary_key_pressed(): delete messages with
  1565.       Delete key.
  1566.  
  1567. 2001-11-01
  1568.  
  1569.     * src/socket.c: ssl_gets(): fixed a bug that caused infinite loop
  1570.       when SSL_read() returned 0.
  1571.     * src/utils.[ch]: strcrchomp(): new. It removes CR from the tail
  1572.       of strings.
  1573.     * src/quote_fmt_parse.y: convert CRLF to LF when inserting messages.
  1574.       Add prototype of yylex() to suppress the warning.
  1575.     * merged the template function.
  1576.     * src/prefs_template.[ch]
  1577.       src/template.[ch]
  1578.       src/template_select.[ch]: new.
  1579.       Renamed prefs_templates_* -> prefs_template_*.
  1580.     * src/compose.c: added template menu. Added replyinfo to Compose.
  1581.     * src/mainwindow.c: added template setting menu.
  1582.     * src/quote_fmt_lex.l: output literal tab and return as is.
  1583.     * src/prefs_common.c: changed the pref. name of quote format to
  1584.       'reply_quote_{mark, format}' and 'fw_quote_{mark, format}'.
  1585.  
  1586. 2001-10-31
  1587.  
  1588.     * src/prefs_common.[ch]: added Quote tab, and moved the quote
  1589.       setting from Compose tab.
  1590.     * merged the new quote format parser.
  1591.     * src/quote_fmt_lex.h
  1592.       src/quote_fmt.h
  1593.       src/quote_fmt_lex.l
  1594.       src/quote_fmt_parse.y: new files for quote format parser.
  1595.     * configure.in: added checks for lex and yacc.
  1596.     * src/compose.c: compose_quote_file(), compose_quote_parse_fmt():
  1597.       removed.
  1598.       compose_quote_fmt(): new.
  1599.     * src/prefs_common.[ch]: added forward format setting to the
  1600.       Quote tab. Updated the quote description dialog.
  1601.     * src/quote_fmt_parse.y: fixed bugs that tried to read file even
  1602.       if they couldn't get text part.
  1603.  
  1604. 2001-10-31
  1605.  
  1606.     * src/pixmaps/checkbox_off.xpm
  1607.       src/pixmaps/checkbox_on.xpm: new.
  1608.     * src/account.c: display `get all' status with the checkbox pixmaps.
  1609.  
  1610. 2001-10-30
  1611.  
  1612.     * src/send.c: code cleanup. Pass account prefs structure instead
  1613.       of many arguments.
  1614.       Query password for SMTP AUTH if not specified (thanks to Mio).
  1615.  
  1616. 2001-10-30
  1617.  
  1618.     * src/procheader.c: procheader_parse(): fixed a bug that didn't
  1619.       parse multiple message-id in In-Reply-To: header correctly
  1620.       (thanks to KAJIWARA).
  1621.  
  1622. 2001-10-29
  1623.  
  1624.     * src/account.c: enabled 'Get all' setting by clicking the 'G'
  1625.       column of account list, and added some description.
  1626.     * src/prefs_common.c: prefs_send_create(): added a description
  1627.       for outgoing codeset.
  1628.  
  1629. 2001-10-28
  1630.  
  1631.     * src/prefs_account.[ch]: moved inbox entry to the receive tab,
  1632.       and added select button and short description.
  1633.     * src/Makefile.am: added SYSCONFDIR to CPPFLAGS.
  1634.     * src/procmime.c:
  1635.       procmime_get_mime_type_table()
  1636.       procmime_get_mime_type_list(): modified so that
  1637.       $(SYSCONFDIR)/mime.types (or /etc/mime.types if not found) and
  1638.       $(HOME)/.sylpheed/mime.types are read.
  1639.  
  1640. 2001-10-27
  1641.  
  1642.     * src/prefs_account.c: moved the address auto-setting to the compose
  1643.       tab.
  1644.       prefs_account_create(): removed gtk_widget_show_all() for proper
  1645.       window size.
  1646.     * src/prefs_common.c: changed "Program path" to "Command".
  1647.  
  1648. 2001-10-26
  1649.  
  1650.     * src/textview.c: textview_set_font(): support Russian charset
  1651.       on EUC-JP locale.
  1652.     * src/summaryview.c: summary_delete(): (hopefully) fixed the crash
  1653.       bug on deleting.
  1654.     * prefs_account.c
  1655.       prefs_common.c
  1656.       prefs_summary_column.c: minor improvements to the English.
  1657.     * src/main.c: get_queued_message_num(): don't output the warning
  1658.       when queueing folder is not found.
  1659.  
  1660. 2001-10-21
  1661.  
  1662.     * version 0.6.4
  1663.  
  1664. 2001-10-21
  1665.  
  1666.     * src/prefs_summary_column.[ch]:
  1667.       made prefs_summary_column_get_config() public.
  1668.     * src/summaryview.c: summary_ctree_create(): some code cleanup.
  1669.     * configure.in: moved the position of SSL checking after LDAP
  1670.       for linking problem.
  1671.  
  1672. 2001-10-21
  1673.  
  1674.     * src/mainwindow.c
  1675.       src/summaryview.c: allowed reedit in the outbox.
  1676.     * src/prefs_summary_column.[ch]: new. UI for setting summary
  1677.       columns.
  1678.     * src/mainwindow.[ch]: main_window_set_summary_column(): new.
  1679.       It calls summary_set_column_order().
  1680.     * src/summaryview.[ch]:
  1681.       summary_ctree_create(): new. separated from summary_create().
  1682.       summary_set_column_order(): new. It destroys the current
  1683.       CTree and replaces it with the new one.
  1684.  
  1685. 2001-10-19
  1686.  
  1687.     * src/smtp.[ch]: smtp_from(): abort if auth failed.
  1688.     * changed C++-style comments into C-style in some files, and
  1689.       removed unnecessary commented out codes.
  1690.     * src/addrcache.[ch]
  1691.       src/addressbook.c
  1692.       src/addrindex.[ch]
  1693.       src/jpilot.[ch]
  1694.       src/syldap.[ch]: updated the addressbook code, and fixed the
  1695.       thread bug of LDAP.
  1696.     * src/ldif.[ch]
  1697.       src/importldif.[ch]: new.
  1698.  
  1699. 2001-10-18
  1700.  
  1701.     * src/about.c: added some items to compiled-in features.
  1702.     * src/addr_compl.c: changed LOG_MESSAGE to debug_print.
  1703.     * src/addressbook.c: changed "V-Card" to "vCard".
  1704.       addressbook_edit_address_cb(): added
  1705.       invalidate_address_completion() to the point address is changed.
  1706.     * src/codeconv.c: changed C++-style comments into C-style.
  1707.  
  1708. 2001-10-17
  1709.  
  1710.     * src/compose.c: changed "Send" shortcut to Ctrl+Enter.
  1711.  
  1712. 2001-10-16
  1713.  
  1714.     * src/inc.c: fixed a bug that crashed sylpheed if Cancel button
  1715.       was clicked twice.
  1716.  
  1717. 2001-10-16
  1718.  
  1719.     * src/procmsg.c: procmsg_get_thread_tree(): complete the unfinished
  1720.       threads.
  1721.     * src/summaryview.c:
  1722.       summary_thread_init(): separated from summary_thread_build(). 
  1723.       summary_thread_build(): removed the codes for initialization.
  1724.       summary_set_ctree_from_list(): call summary_thread_init() instead
  1725.       of summary_thread_build().
  1726.       summary_filter(): fixed a bug that didn't moved messages despite
  1727.       of immediate execution setting.
  1728.  
  1729. 2001-10-14
  1730.  
  1731.     * src/procmsg.c: procmsg_get_thread_tree(): new. It generates the
  1732.       reversed thread tree from message list.
  1733.     * src/summaryview.c: summary_set_ctree_from_list(): prepend the
  1734.       node to the head instead of appending to the tail. This prevents
  1735.       the traverse of node list inside of the GtkCTree, and considerably
  1736.       speeds up the summary display (the order is O(n^2) -> O(n)).
  1737.  
  1738. 2001-10-12
  1739.  
  1740.     * src/prefs_common.c
  1741.       src/summaryview.[ch]: initial modification for reorderable columns.
  1742.  
  1743. 2001-10-12
  1744.  
  1745.     * src/procmsg.c: procmsg_get_mark_sum(), mark_sum_func(): fixed a
  1746.       memory leak.
  1747.     * src/folderview.c: folderview_button_pressed(): code cleanup, and
  1748.       turn sensitivity off if main window is locked.
  1749.     * src/syldap.c: syldap_read_data(): removed unnecessary and
  1750.       unportable sched_yield().
  1751.  
  1752. 2001-10-11
  1753.  
  1754.     * src/folderview.c: renamed "Update folder tree" context menu to
  1755.       "Rescan folder tree", and made "Update folder tree" only updates
  1756.       folder status.
  1757.       folderview_update_all_node(): don't show message dialog.
  1758.     * src/gtkutils.c: gtkut_widget_get_uposition()
  1759.       src/mainwindow.c: main_window_popup(): clip the coordinate to
  1760.       nonnegative value.
  1761.  
  1762. 2001-10-10
  1763.  
  1764.     * src/utils.c: to_human_readable(): made a bit of optimization.
  1765.     * src/summaryview.c: summary_delete(): fixed a focus problem.
  1766.       summary_find_{prev,next}_msg(): new. They find previous/next
  1767.       message that is not deleted.
  1768.     * src/prefs_filter.c: scroll CList automatically if moved row
  1769.       becomes not fully visible.
  1770.  
  1771. 2001-10-09
  1772.  
  1773.     * updated some autotool scripts.
  1774.     * src/codeconv.c: conv_encode_header(): fixed a bug that caused
  1775.       infinite loop when failed to convert encoding.
  1776.     * src/codeconv.[ch]: a fix for older version of libjconv
  1777.       (jconv_info_get_current_codeset() returned "EUCJP" instead of
  1778.       "EUC-JP").
  1779.  
  1780. 2001-10-08
  1781.  
  1782.     * version 0.6.3
  1783.  
  1784. 2001-10-08
  1785.  
  1786.     * src/compose.c: compose_write_to_file()
  1787.       src/codeconv.c: conv_codeset_strdup(): more workaround for
  1788.       libjconv problem on C locale.
  1789.     * src/editldap_basedn.c: fixed segfault when opening dialog.
  1790.     * src/utils.c: is_next_mbs()
  1791.       src/compose.c: compose_wrap_line(), compose_wrap_line_all():
  1792.       changed MB_CUR_MAX to MB_LEN_MAX for compliance to ANSI C.
  1793.     * configure.in: increased the reqired version of GPGME to 0.2.3.
  1794.     * src/pop.c: pop3_getauth_user_recv(): fixed a bug that closed
  1795.       the receive dialog when POP3 server refused normal authentication.
  1796.  
  1797. 2001-10-07
  1798.  
  1799.     * src/prefs_common.c: prefs_receive_create(): correction to English.
  1800.     * src/compose.c: compose_set_ext_editor_sensitive(): fixed a bug
  1801.       that didn't set the menu sensitivity correctly (thanks to
  1802.       Melvin Hadasht).
  1803.     * src/summaryview.c: delete messages permanently if the current
  1804.       folder is trash and 'delete' operation is executed.
  1805.       Fixed the bug that didn't select the last row correctly (thanks
  1806.       to Alfons Hoogervorst).
  1807.     * src/folder.[ch]: folder_item_remove_msgs(): new. It removes
  1808.       all messages given in the list.
  1809.  
  1810. 2001-10-05
  1811.  
  1812.     * src/summaryview.c: summary_show(): fixed a bug that didn't show
  1813.       message even if the 'open unread message on entering folder'
  1814.       option was turned on.
  1815.  
  1816. 2001-10-03
  1817.  
  1818.     * src/procmime.c: procmime_get_text_content(): supported HTML.
  1819.  
  1820. 2001-10-02
  1821.  
  1822.     * src/summaryview.[ch]: implemented new locking mechanism, and
  1823.       replaced every static locks with summary_lock(), summary_unlock(),
  1824.       and added locks to some extra functions.
  1825.       This fixes a bug that caused segfault when 'd' (delete) key
  1826.       was kept pressing.
  1827.  
  1828. 2001-10-01
  1829.  
  1830.     * src/addressbook.c: addressbook_folder_load_person(): fixed a bug
  1831.       that caused segfault (thanks to Stefaan A Eeckels).
  1832.  
  1833. 2001-09-30
  1834.  
  1835.     * src/textview.[ch]: added textview_set_position().
  1836.     * src/messageview.[ch]: added messageview_set_position().
  1837.     * src/addrbook.c
  1838.       src/addrcache.c
  1839.       src/addressadd.c
  1840.       src/addressbook.c
  1841.       src/addrindex.c
  1842.       src/addritem.c
  1843.       src/editaddress.c
  1844.       src/editbook.c
  1845.       src/editgroup.c
  1846.       src/editjpilot.c
  1847.       src/editldap.c
  1848.       src/editldap_basedn.c
  1849.       src/editvcard.c
  1850.       src/jpilot.c
  1851.       src/mgutils.c
  1852.       src/syldap.c
  1853.       src/vcard.c: converted C++-style comments into C-style one.
  1854.     * src/imap.c: QUOTE_IF_REQUIRED(): new macro. Copy string into
  1855.       new buffer and quote with double quotes if required.
  1856.       imap_status(), imap_cmd_login(), imap_cmd_list(),
  1857.       imap_cmd_do_select(), imap_cmd_create(), imap_cmd_delete(),
  1858.       imap_cmd_copy(): use QUOTE_IF_REQUIRED().
  1859.     * compose.c: compose_write_to_file(): workaround for the problem
  1860.       when using libjconv and 8bit codes cannot be converted on C
  1861.       locale.
  1862.     * codeconv.[ch]: added "ANSI_X3.4-1968" to encoding strings.
  1863.       conv_codeset_strdup(): don't convert if source and destination
  1864.       codeset are identical.
  1865.  
  1866. 2001-09-30
  1867.  
  1868.     * src/textview.[ch]: textview_search_string_backward(): new.
  1869.       Add the new member cur_pos to TextView.
  1870.       Connect button_press_event with gtk_signal_connect_after() to
  1871.       obtain the correct editable position.
  1872.  
  1873. 2001-09-27
  1874.  
  1875.     * src/folder.c: folder_write_list_recursive(): preserve unthreaded
  1876.       state.
  1877.  
  1878. 2001-09-26
  1879.  
  1880.     * src/summaryview.c: modified the layout of popup menu.
  1881.  
  1882. 2001-09-25
  1883.  
  1884.     * src/folder.c
  1885.       src/folder.h
  1886.       src/mainwindow.c
  1887.       src/summaryview.c: applied the patch from Alfons that allows
  1888.       threading setting for each folders (tnanks!).
  1889.  
  1890. 2001-09-23
  1891.  
  1892.     * src/message_search.[ch]: new. A Dialog for searching in current
  1893.       message.
  1894.     * src/gtkutils.[ch]: gtkut_text_match_string(): new. Compare the
  1895.       text in current position of GtkText and given wide-character
  1896.       string.
  1897.     * src/messageview.[ch]: messageview_search_string()
  1898.       src/textview.[ch]: textview_search_string(): return TRUE if
  1899.       found.
  1900.     * src/textview.[ch]: remember the beginning of body.
  1901.  
  1902. 2001-09-21
  1903.  
  1904.     * src/procmime.c: procmime_get_first_text_content(): modified so
  1905.       that it search entire MIME structure.
  1906.     * src/summary_search.c: summary_search_execute(): use
  1907.       strdup_mbstowcs() instead of macro. Display matched message.
  1908.  
  1909. 2001-09-20
  1910.  
  1911.     * src/inc.c: fix for background POP3 hangs and crashes (thanks to
  1912.       Sergey Vlasov).
  1913.     * src/summary_search.c: added body searching function.
  1914.     * src/procmime.[ch]: procmime_find_string(): changed arguments
  1915.       and return value. Added case sensitivity option.
  1916.  
  1917. 2001-09-20
  1918.  
  1919.     * src/procmime.[ch]:
  1920.       procmime_find_string()
  1921.       procmime_find_string_part(): new. It searchs the string from
  1922.       messages.
  1923.       Renamed procmime_get_text_part() to
  1924.       procmime_get_first_text_content().
  1925.       procmime_get_text_content(): new. It returns the text contents
  1926.       of the specified MIME part.
  1927.       procmime_mimeinfo_next(): new. It returns the next node of
  1928.       MimeInfo tree.
  1929.  
  1930. 2001-09-19
  1931.  
  1932.     * src/procmime.c: procmime_get_text_part(): modified so that it
  1933.       finds a text part in nested multipart message correctly.
  1934.     * src/procmime.h: added an example of MimeInfo structure.
  1935.     * src/mimeview.c: mimeview_show_message(): search the first text
  1936.       part.
  1937.  
  1938. 2001-09-17
  1939.  
  1940.     * src/mainwindow.c: ac_menu_popup_closed(): fixed the bug that
  1941.       caused segfault. Changed 'Preferences per account...' menu item.
  1942.  
  1943. 2001-09-17
  1944.  
  1945.     * version 0.6.2
  1946.  
  1947. 2001-09-16
  1948.  
  1949.     * src/addrindex.c: translate the "Common address" and "Personal
  1950.       address" from old addressbook.
  1951.  
  1952. 2001-09-12
  1953.  
  1954.     * src/utils.c: get_quote_level(): some optimization and bugfixes.
  1955.     * src/codeconv.[ch]: conv_get_current_locale(): new.
  1956.     * src/editaddress.c: edit_person_page_basic(): reverse the order
  1957.       of first and last name on some locales.
  1958.  
  1959. 2001-09-11
  1960.  
  1961.     * src/compose.c: applied the patch from Yasumatsu that reformats
  1962.       the current paragraph (thanks!). Modified so that it doesn't
  1963.       reformat quoted paragraphs.
  1964.       compose_create(): don't fill the entry automatically on reedit
  1965.       mode.
  1966.     * src/mainwindow.c
  1967.       src/summaryview.[ch]: added the "Mark all read" option.
  1968.       summary_mark_all_read(): new.
  1969.  
  1970. 2001-09-10
  1971.  
  1972.     * src/vcard.c
  1973.       src/mgutils.c
  1974.       src/syldap.c
  1975.       src/editldap.c
  1976.       src/editldap_basedn.c
  1977.       src/jpilot.c
  1978.       src/editjpilot.c: removed all warnings.
  1979.     * configure.in
  1980.       src/jpilot.[ch]: fixed the problem that failed to detect JPilot
  1981.       header files on the Debian system.
  1982.     * src/mainwindow.c
  1983.       src/summaryview.[ch]: enabled sorting by mark, unread, attachment,
  1984.       and color label. Enabled moving to next/prev flagged messages.
  1985.  
  1986. 2001-09-09
  1987.  
  1988.     * src/pixmaps/dir-close.xpm
  1989.       src/pixmaps/dir-open.xpm
  1990.       src/pixmaps/new.xpm
  1991.       src/pixmaps/unread.xpm: modified the color balance.
  1992.     * src/utils.[ch]: execute_sync(): new.
  1993.       execute_command_line(): added the arg for async mode.
  1994.     * src/inc.c: inc_mail(): use execute_command_line().
  1995.  
  1996. 2001-09-08
  1997.  
  1998.     * src/prefs.[ch]
  1999.       src/prefs_common.[ch]
  2000.       src/prefs_account.c: modified the layout. Added the option to
  2001.       launch the external editor automatically.
  2002.     * src/compose.c: launch the external editor automatically if the
  2003.       option is set.
  2004.  
  2005. 2001-09-06
  2006.  
  2007.     * src/Makefile.am: added extra xpm's.
  2008.  
  2009. 2001-09-05
  2010.  
  2011.     * src/addressbook.c: fixed a compilation problem when enabling
  2012.       LDAP.
  2013.       addressbook_open(): fixed a missing 'else'.
  2014.  
  2015. 2001-09-04
  2016.  
  2017.     * src/pixmaps/dir-close.xpm
  2018.       src/pixmaps/dir-open.xpm
  2019.       src/pixmaps/trash.xpm: replaced with the new blue icons.
  2020.     * merged Match Grun's new addressbook code.
  2021.     * src/pixmaps/address.xpm
  2022.       src/pixmaps/book.xpm
  2023.       src/pixmaps/category.xpm
  2024.       src/pixmaps/interface.xpm
  2025.       src/pixmaps/jpilot.xpm
  2026.       src/pixmaps/ldap.xpm
  2027.       src/pixmaps/vcard.xpm: new icons.
  2028.     * src/addrbook.[ch]
  2029.       src/addrcache.[ch]
  2030.       src/addressadd.[ch]
  2031.       src/addressitem.[ch]
  2032.       src/addrindex.[ch]
  2033.       src/addritem.[ch]
  2034.       src/editaddress.[ch]
  2035.       src/editbook.[ch]
  2036.       src/editgroup.[ch]
  2037.       src/editjpilot.[ch]
  2038.       src/editldap.[ch]
  2039.       src/editldap_basedn.[ch]
  2040.       src/editvcard.[ch]
  2041.       src/jpilot.[ch]
  2042.       src/mgutils.[ch]
  2043.       src/syldap.[ch]
  2044.       src/vcard.[ch]: new. Many fixes to remove the huge amount of
  2045.       warnings.
  2046.       addrbook_build_avail_email_vis(): fixed a memory leak.
  2047.  
  2048. 2001-09-04
  2049.  
  2050.     * NEWS: brought in the all of the changes previously put on the web.
  2051.  
  2052. 2001-09-03
  2053.  
  2054.     * src/mainwindow.c
  2055.       src/summaryview.c: modified the layout of menus.
  2056.     * src/mainwindow.c: ac_menu_popup_closed(): fixed a bug that didn't
  2057.       return a focus to the main window after selecting the account menu.
  2058.  
  2059. 2001-09-03
  2060.  
  2061.     * version 0.6.1
  2062.  
  2063. 2001-09-03
  2064.  
  2065.     * src/send.c: send_message_data(): fixed a bug that didn't process
  2066.       body part correctly.
  2067.  
  2068. 2001-09-02
  2069.  
  2070.     * src/inc.[ch]: changed inc_autocheck_(un)lock() to inc_(un)lock().
  2071.       inc_mail(), inc_all_account_mail(): return immediately if locked.
  2072.     * src/account.c
  2073.       src/prefs_common.c
  2074.       src/prefs_account.c: use inc_lock() and inc_unlock() instead of
  2075.       inc_autocheck_timer_{remove,set}().
  2076.     * src/summaryview.c: summary_set_colorlabel_color(): get the average
  2077.       of label color and selected fg color for visibility.
  2078.  
  2079. 2001-09-01
  2080.  
  2081.     * src/inc.[ch]: inc_autocheck_lock(), inc_autocheck_unlock(): new.
  2082.       They increase/decrease the lock count.
  2083.       inc_autocheck_func(): if locked, delay the autochecking 1 second.
  2084.       inc_autocheck_timer_set_interval(): set interval by its argument.
  2085.     * src/summaryview.c: summary_show(): lock the autochecking while
  2086.       processing.
  2087.     * src/main.c: app_will_exit(): remove autocheck timer.
  2088.     * acconfig.h
  2089.       src/defs.h: removed the definitions of PACKAGE and VERSION to
  2090.       prevent unnecessary compilation.
  2091.     * configure.in: changed AC_DEFINE_UNQUOTED of PACKAGE and VERSION
  2092.       to AC_SUBST, and added src/version.h to AC_OUTPUT.
  2093.     * src/version.h.in: new.
  2094.     * src/intl.h: changed dgettext() to gettext().
  2095.  
  2096. 2001-08-31
  2097.  
  2098.     * po/ja.po: fixed a typo that crashed Sylpheed with older version
  2099.       of GTK+.
  2100.     * configure.in: fixed a bug that didn't show results correctly.
  2101.       Fixed a bug that --enable-compface and --enable-jconv disabled
  2102.       the options.
  2103.     * src/procmsg.c: procmsg_send_queue(): don't abort when sending
  2104.       message failed.
  2105.     * src/compose.c: compose_write_headers(): add Bcc: header to the
  2106.       output file.
  2107.     * src/send.c: send_message_data(): new. Separated from
  2108.       send_message_smtp(). Remove Bcc: header before sending.
  2109.  
  2110. 2001-08-30
  2111.  
  2112.     * version 0.6.0
  2113.  
  2114. 2001-08-30
  2115.  
  2116.     * src/send.c: implemented sending with local sendmail command.
  2117.       send_message_local(): new. It executes command with popen()
  2118.       and send the contents of RFC822 message to the command.
  2119.     * src/prefs_common.[ch]: enabled the external sending command option.
  2120.     * src/defs.h: #define DEFAULT_SENDMAIL_CMD /usr/sbin/sendmail -t
  2121.     * src/account.c: account_edit_create(): widened the protocol column.
  2122.     * src/summaryview.c: summary_set_colorlabel_color(): cleanup of
  2123.       the code.
  2124.  
  2125. 2001-08-30
  2126.  
  2127.     * src/folder.c: folder_item_remove_msg(): scan the folder again
  2128.       if the last message is removed.
  2129.     * src/compose.c: compose_queue(), compose_draft_cb(): remove the
  2130.       old reedited message after adding the new message.
  2131.  
  2132. 2001-08-29
  2133.  
  2134.     * src/compose.c: compose_queue(): added AID: to the queueing header.
  2135.     * src/send.c: send_message_queue(): look for AID: header, and use
  2136.       the server specified in the account instead of SSV: header.
  2137.     * src/summaryview.c
  2138.       src/compose.[ch]: queued messages can be reedited now.
  2139.       compose_remove_reedit_target(): new. It removes the old reedited
  2140.       message.
  2141.       compose_send(), compose_queue(), compose_draft_cb(): if reedit
  2142.       mode, remove the old message.
  2143.     * src/procmsg.c: procmsg_msg_exist(): fixed a bug that output
  2144.       warning.
  2145.  
  2146. 2001-08-28
  2147.  
  2148.     * applied the XML string table patch from Alfons Hoogervorst that
  2149.       stores strings in a hash table and minimizes memory allocations
  2150.       (thanks!).
  2151.     * src/stringtable.[ch]: new.
  2152.       removed all G and g_ prefix from type and function names since
  2153.       they're not official GLib symbol names.
  2154.       string_table_insert_string(): fixed a bug that might refer to an
  2155.       invalid pointer on lookup, and also made a bit of optimization.
  2156.  
  2157. 2001-08-27
  2158.  
  2159.     * merged the color label feature from the claws branch (thanks to
  2160.       Satoshi Nagayasu and Alfons Hoogervoost).
  2161.     * src/colorlabel.[ch]: new. Renamed from labelcolors.[ch].
  2162.       Renamed labelcolors_*() to colorlabel_*().
  2163.     * src/summaryview.[ch]: added color label support.
  2164.     * src/procmsg.h: added color label flags to the permanent flags.
  2165.     * updated to gettext 0.10.39.
  2166.     * src/summaryview.[ch]: put the color label menu item to ItemFactory.
  2167.     * sylpheed.desktop: added for GNOME.
  2168.     * configure.in: added AC_MSG_CHECKING() for some options.
  2169.       Output the configuration results when configure is finished.
  2170.  
  2171. 2001-08-27
  2172.  
  2173.     * src/account.c: account_clist_set_row(): fixed a bug that failed
  2174.       to compile if SSL was not enabled.
  2175.  
  2176. 2001-08-26
  2177.  
  2178.     * merged the SSL support from the claws branch (thanks to Christoph
  2179.       Hohmann).
  2180.     * src/ssl.[ch]: new.
  2181.     * src/socket.[ch]: added ssl_read(), ssl_write(), ssl_gets(), and
  2182.       ssl_getline().
  2183.       sock_close(): call ssl_done_socket() if SSL is active.
  2184.     * src/md5.[ch]: removed MD5_CTX typedef and use MD5_CONTEXT to
  2185.       prevent type confliction.
  2186.     * src/prefs_account.[ch]: added SSL tab, and modified the expression.
  2187.     * src/esmtp.[ch]: added esmtp_ehlo(), and esmtp_starttls().
  2188.       Removed SSL initialization and HELO from esmtp_starttls().
  2189.       esmtp_auth(): removed use_smtp_auth from its arguments.
  2190.     * src/send.c: send_smtp_open(): added SSL support.
  2191.     * src/smtp.c: smtp_helo(): call esmtp_ehlo() if esmtp is true.
  2192.  
  2193. 2001-08-25
  2194.  
  2195.     * src/mimeview.c: mimeview_open_with(): braced '%s' with single
  2196.       quote.
  2197.  
  2198. 2001-08-24
  2199.  
  2200.     * src/main.c: open new account dialog if no account is set.
  2201.     * src/utils.[ch]: log_verbosity_set(): new. It increase/decrease
  2202.       the verbosity count.
  2203.       log_print(): put to statusbar only if log_verbosity_count > 0.
  2204.       log_message(): put to statusbar.
  2205.     * src/inc.c: inc_pop3_session_do(): set log verbosity.
  2206.     * src/mainwindow.c: main_window_set_menu_sensitive(): added the
  2207.       "Compose new message" item.
  2208.       main_window_show_cur_account(): removed "Current account: " string.
  2209.     * src/summaryview.c: summary_show(): ignore the current marks if
  2210.       main window is locked.
  2211.     * src/compose.c: compose_attach_property(): fixed a bug that caused
  2212.       segmentation fault.
  2213.  
  2214. 2001-08-23
  2215.  
  2216.     * src/mainwindow.c: main_window_get_current_state(): new. It returns
  2217.       the current state for the sensitivity of UI.
  2218.       main_window_set_toolbar_sensitive(): use table like
  2219.       main_window_set_menu_sensitive().
  2220.  
  2221. 2001-08-23
  2222.  
  2223.     * src/mainwindow.[ch]: added progressbar and status label to the
  2224.       statusbar.
  2225.       main_window_close_cb(): don't exit if locked.
  2226.     * src/inc.c: update the progressbar of main window, too.
  2227.  
  2228. 2001-08-22
  2229.  
  2230.     * src/mainwindow.[ch]: main_window_set_toolbar_sensitive(): removed
  2231.       the second argument, and determine the sensitivity with the
  2232.       state of summary view.
  2233.  
  2234. 2001-08-21
  2235.  
  2236.     * src/pop.c: pop3_getsize_list_recv(), pop3_retr_recv(),
  2237.       pop3_delete_recv(): don't try to receive messages which are not
  2238.       exist.
  2239.  
  2240. 2001-08-21
  2241.  
  2242.     * src/mainwindow.c: main_window_lock(), main_window_unlock():
  2243.       removed the whole menubar locking.
  2244.       main_window_set_menu_sensitive(): process the sensitivity change
  2245.       with a table, and deal with locking.
  2246.  
  2247. 2001-08-20
  2248.  
  2249.     * src/summaryview.[ch]: summary_get_selection_type(): new.
  2250.       It returns the current selection state of summary view.
  2251.       summary_key_pressed(): abort on some commands if main window
  2252.       is locked.
  2253.     * src/mainwindow.[ch]: main_window_lock(), main_window_unlock():
  2254.       increase/decrease the lock count.
  2255.  
  2256. 2001-08-19
  2257.  
  2258.     * src/prefs_filter.c: prefs_filter_create(): added List-Id to the
  2259.       default header list.
  2260.     * src/prefs_common.[ch]: added the option for receive dialog mode
  2261.       to the Interface tab.
  2262.     * src/inc.[ch]: inc_progress_dialog_create(): don't make the dialog
  2263.       transient, and show dialog only if the setting is
  2264.       RECV_DIALOG_ALWAYS, or RECV_DIALOG_ACTIVE and a window is active.
  2265.     * src/mainwindow.[ch]: main_window_lock(), main_window_unlock():
  2266.       new. Lock / unlock the user-interface.
  2267.     * src/progressdialog.c: progress_dialog_create(): don't make the
  2268.       dialog modal.
  2269.  
  2270. 2001-08-18
  2271.  
  2272.     * src/folderview.c: folderview_update_node(): suppressed unnecessary
  2273.       recursive call.
  2274.     * src/menu.[ch]: menu_button_position(): new. It calculates the
  2275.       position of popup menu.
  2276.     * src/mainwindow.c: toolbar_account_button_pressed(),
  2277.       ac_label_button_pressed(): put the popup menu to the correct
  2278.       position. Change the style of the button while opening the menu.
  2279.       ac_menu_popup_closed(): new function called on selection_done
  2280.       event.
  2281.     * src/gtkutils.c: gtkut_ctree_node_next(): fixed a crash bug when
  2282.       node == NULL.
  2283.     * src/summaryview.c: applied the summary fix patch from Sergey Vlasov
  2284.       (thanks!).
  2285.       Fixed the bug that didn't select previous message in refresh mode
  2286.       if threads were not expanded.
  2287.       summary_select_node(): new.
  2288.     * src/inc.c: applied the summary view update optimization patch from
  2289.       Sergey Vlasov (thanks!).
  2290.       If no new messages are received, don't perform summary refreshing.
  2291.       In addition to the Vlasov's patch, POP3 receive information is
  2292.       also used.
  2293.     * src/inc.h: added a new member cur_total_num to Pop3State.
  2294.     * src/pop.c: pop3_retr_recv(): increase state->cur_total_num.
  2295.  
  2296. 2001-08-14
  2297.  
  2298.     * version 0.5.3
  2299.  
  2300. 2001-08-14
  2301.  
  2302.     * src/summaryview.c: summary_set_row_marks(): got the color of
  2303.       unread row set properly.
  2304.     * src/folderview.c: foldreview_update_node(): don't use
  2305.       gtk_style_copy(), and reuse previously allocated styles.
  2306.     * README, README.jp: modified.
  2307.  
  2308. 2001-08-14
  2309.  
  2310.     * src/pop.c: pop3_getsize_list_recv(): fixed a remotly exploitable
  2311.       memory corruption bug (thanks to David Looney).
  2312.     * src/inc.c: inc_all_account_mail(): call inc_finished() even if
  2313.       there are no enabled accounts, or local spool only.
  2314.     * src/summaryview.c: applied the summary update improvement patch
  2315.       from Sergey Vlasov (thanks!). It keeps the position of the
  2316.       message displayed. Selected and displayed message are also kept.
  2317.       summary_get_msgnum(): new.
  2318.       summary_get_current_msgnum(): removed.
  2319.       summary_select_by_msgnum(): don't display the message.
  2320.     * src/account.c: added "Get all" column.
  2321.       account_clist_set_row(): show default and get-all flags with the
  2322.       mark icon.
  2323.     * src/utils.c: to_human_readable(): increased the number of decimals
  2324.       of MB and GB to 2.
  2325.  
  2326. 2001-08-13
  2327.  
  2328.     * implemented the long-awaited :) "Add sender to address book" feature.
  2329.     * src/address.[ch]: added the argument for remarks to
  2330.       address_item_new().
  2331.       address_get_folder_list(): new. It traverses the address tree and
  2332.       returns the folder list.
  2333.       address_delete_object(): modified so that it removes the node
  2334.       from the tree.
  2335.     * src/addressbook.[ch]: addressbook_add_submenu(): new. It creates
  2336.       a address folder menu and attaches it to the menu item.
  2337.       addressbook_refresh(): reload the address book folder tree.
  2338.     * src/summaryview.c: summary_set_add_sender_menu(): new. It attaches
  2339.       the menu to add sender to address book.
  2340.       summary_button_pressed(): call summary_set_add_sender_menu()
  2341.       before popup the menu.
  2342.  
  2343. 2001-08-12
  2344.  
  2345.     * src/summaryview.c: summary_thread_build(): fixed a bug that locked
  2346.       up the process. Optimized the initial thread build.
  2347.  
  2348. 2001-08-12
  2349.  
  2350.     * src/summaryview.c: made many code cleanups.
  2351.       summary_show(): block/unblock the signal handlers instead of
  2352.       disconnect/connect them.
  2353.       summary_set_row_marks(): made the font of collapsed node bold if
  2354.       it has cnildren marked as unread.
  2355.       summary_thread_build(): block tree_expand signals while processing.
  2356.       Use loop instead of the recursive function. Mark collapsed nodes
  2357.       correctly.
  2358.       summary_unthread(): block tree_collapse signals while processing.
  2359.       Use loop instead of the recursive function.
  2360.       summary_thread_func(), summary_unthread_func(): removed.
  2361.       summary_tree_expanded(), summary_tree_collapsed(): new callback
  2362.       functions.
  2363.     * src/inc.[ch]: inc_pop3_session_do(): don't show alert panel when
  2364.       failed to connect. Show more detailed status on the dialog.
  2365.  
  2366. 2001-08-10
  2367.  
  2368.     * src/folderview.c: folderview_update_all_node(): new. It updates
  2369.       all local folders.
  2370.     * src/inc.c: update all local folders after incorporation if
  2371.       scan_all_after_inc option is set.
  2372.     * src/prefs_common.[ch]: added scan_all_after_inc option.
  2373.     * src/folder.h: FOLDER_IS_LOCAL(): new macro.
  2374.  
  2375. 2001-08-09
  2376.  
  2377.     * src/defs.h
  2378.       src/headerview.c
  2379.       src/headerwindow.c
  2380.       src/textview.c
  2381.       src/prefs_common.c
  2382.       src/prefs_common.h: made bold and small font configurable.
  2383.       src/summaryview.c: display unread messages with bold font.
  2384.     * src/prefs_common.c
  2385.       src/prefs_common.h
  2386.       src/summaryview.c: added an option to enable/disable the
  2387.       emphasis of unread messages.
  2388.  
  2389. 2001-08-08
  2390.  
  2391.     * src/pixmaps/mark.xpm: modified.
  2392.     * src/gtkutils.[ch]: gtkut_ctree_expand_parent_all(): new.
  2393.     * src/summaryview.c: summary_set_ctree_from_list(): don't expand
  2394.       the root messages of threads for performance improvement.
  2395.       summary_show()
  2396.       summary_select_next_unread()
  2397.       summary_step(): expand threads when opening messages.
  2398.       summary_thread_build(): expand threads if the option is turned on.
  2399.     * src/prefs_common.[ch]: added "Expand threads" option.
  2400.  
  2401. 2001-08-08
  2402.  
  2403.     * src/prefs_common.c: removed "Emulate the behavior of mouse
  2404.       operation of Emacs-based mailer".
  2405.     * src/prefs_common.c
  2406.       src/prefs_account.c: changed the value of VSPACING_NARROW to 3.
  2407.     * src/pixmaps/new.xpm
  2408.       src/pixmaps/unread.xpm: reverted.
  2409.  
  2410. 2001-08-07
  2411.  
  2412.     * src/address.[ch]:
  2413.       address_folder_new()
  2414.       address_group_new()
  2415.       address_item_new(): changed the return value to AddressObject.
  2416.       address_build_tree(): don't put assertion for file.
  2417.     * src/pixmaps/new.xpm
  2418.       src/pixmaps/unread.xpm: modified a bit.
  2419.  
  2420. 2001-08-06
  2421.  
  2422.     * src/addressbook.c: fixed some bugs.
  2423.  
  2424. 2001-08-06
  2425.  
  2426.     * separated the logic part of addressbook into another module
  2427.       (still in progress).
  2428.     * src/address.[ch]: new. It contains the logic part of addressbook.
  2429.     * src/addressbook.[ch]: removed the logic part.
  2430.  
  2431. 2001-08-04
  2432.  
  2433.     * src/textview.c: textview_show_header(): fixed a bug that a garbage
  2434.       character was shown after header names.
  2435.  
  2436. 2001-08-02
  2437.  
  2438.     * src/inc.c: inc_start(): don't abort with non-fatal error.
  2439.  
  2440. 2001-08-01
  2441.  
  2442.     * version 0.5.2
  2443.  
  2444. 2001-08-01
  2445.  
  2446.     * src/mimeview.c: mimeview_view_file(): added -x option to the
  2447.       metamail to prevent the suspention of the main process.
  2448.       mimeview_button_pressed(): deactivate `Open' menu item if
  2449.       content-type is application/octet-stream.
  2450.  
  2451. 2001-07-31
  2452.  
  2453.     * src/imap.c: imap_parse_atom(): parse escaped characters properly.
  2454.       get_quoted(): new. It handles the escape character '\'.
  2455.     * src/folder.c: folder_read_list(): don't output warning if
  2456.       folderlist.xml doesn't exist.
  2457.     * src/main.c: main(): write folder list after setup.
  2458.     * src/textview.c: textview_create()
  2459.       src/compose.c: compose_create(): set default tab width to 8.
  2460.  
  2461. 2001-07-29
  2462.  
  2463.     * src/prefs_common.c: date_format_select_row(): fixed a bug that
  2464.       caused segfault when selecting the list with key.
  2465.  
  2466. 2001-07-28
  2467.  
  2468.     * src/mainwindow.c: main_window_popup(): deiconize the window
  2469.       when popup (thanks to Henrik Carlqvist).
  2470.     * src/procmime.c: procmime_scan_mime_type(): new.
  2471.       procmime_scan_content_type(): use procmime_scan_mime_type().
  2472.       procmime_scan_mime_header(): scan the extension of attached files
  2473.       and add the correct MIME type if the Content-Type is
  2474.       "application/octet-stream" (thanks to Don Quijote).
  2475.     * src/compose.c: compose_toolbar_create(): added a new "Send later"
  2476.       icon (thanks to Leandro Pereira).
  2477.  
  2478. 2001-07-27
  2479.  
  2480.     * src/prefs_common.c: date_format_create(): modified the layout of
  2481.       the dialog.
  2482.  
  2483. 2001-07-26
  2484.  
  2485.     * src/account.c: account_find_from_address(): fixed a minor bug.
  2486.     * src/prefs_common.c: incorporated the user-interface for setting
  2487.       date format from the claws branch, and made some modification to
  2488.       that.
  2489.  
  2490. 2001-07-25
  2491.  
  2492.     * src/account.[ch]: account_edit_create(): modified the text of
  2493.       default button.
  2494.       account_find_from_address(): new.
  2495.     * src/procmime.c:
  2496.       procmime_scan_content_type(), procmime_scan_content_disposition():
  2497.       fixed ESC code detection.
  2498.     * src/compose.c: compose_reply(): automatically select account
  2499.       according to the message header.
  2500.     * src/prefs_common.[ch]: added member "reply_account_autosel".
  2501.  
  2502. 2001-07-25
  2503.  
  2504.     * src/progressdialog.c: made the CList scrollable.
  2505.     * src/inc.c: inc_start(): don't abort with non-fatal error.
  2506.  
  2507. 2001-07-24
  2508.  
  2509.     * added English Sylpheed User's Manual by Paul Kater
  2510.       (paul@nlpagan.net) (thanks!).
  2511.     * configure.in
  2512.       manual/Makefile.am
  2513.       src/mainwindow.c: added support for English manual.
  2514.     * manual/en/sylpheed*.html: added English documentation.
  2515.     * AUTHORS: updated.
  2516.  
  2517. 2001-07-23
  2518.  
  2519.     * src/nntp.c: nntp_ok(): fixed the bug that didn't handle a response
  2520.       that didn't have any trailing messages.
  2521.     * src/smtp.c: smtp_ok(): ditto.
  2522.     * src/compose.c: compose_account_option_menu_create(): modified
  2523.       the style of the account option menu.
  2524.  
  2525. 2001-07-22
  2526.  
  2527.     * src/prefs_customheader.c: prefs_custom_header_clist_set_row():
  2528.       remove return code from strings automatically.
  2529.       prefs_custom_header_create(): added "X-Face" to the default
  2530.       option.
  2531.     * src/news.c: news_fetch_msg(), news_get_group_list()
  2532.       src/imap.c: imap_fetch_msg(): create the cache directory before
  2533.       writing.
  2534.     * src/procmime.c:
  2535.       procmime_scan_content_type()
  2536.       procmime_scan_content_disposition(): convert JIS into EUC-JP
  2537.       before parsing.
  2538.     * src/codeconv.c: conv_unmime_header(): cleaned up a bit.
  2539.     * src/compose.c: don't append attachment headers if the attach
  2540.       pane is visible but the list is empty.
  2541.     * src/recv.c: recv_bytes_write(): use g_malloc() instead of alloca().
  2542.  
  2543. 2001-07-18
  2544.  
  2545.     * version 0.5.1
  2546.  
  2547. 2001-07-18
  2548.  
  2549.     * src/compose.c: compose_quote_parse_fmt()
  2550.       src/prefs_common.c: prefs_quote_description_create(): added the
  2551.       symbol `%c' that allows to include Cc in reply format (thanks
  2552.       to Cyril Bellot).
  2553.     * src/base64.[ch]
  2554.       src/procmime.c: procmime_decode_content(): applied the patch
  2555.       from Sergey Vlasov that allows to decode base64 data with
  2556.       unusual line length (not a multiple of 4) (thanks!).
  2557.  
  2558. 2001-07-17
  2559.  
  2560.     * src/procmsg.[ch]: separated the permanent flags and temporary
  2561.       flags into two variables, and made MsgFlags a structure that
  2562.       includes them.
  2563.       MSG_SET_PERM_FLAGS()
  2564.       MSG_SET_TMP_FLAGS()
  2565.       MSG_UNSET_PERM_FLAGS()
  2566.       MSG_UNSET_TMP_FLAGS(): new macros.
  2567.     * src/compose.c
  2568.       src/imap.c
  2569.       src/inc.c
  2570.       src/messageview.c
  2571.       src/mh.c
  2572.       src/news.c
  2573.       src/procheader.c
  2574.       src/summaryview.c: modified for the new MsgFlags.
  2575.     * src/utils.[ch]: hash_free_value_mem(): new. It frees the values
  2576.       of hash table.
  2577.  
  2578. 2001-07-16
  2579.  
  2580.     * src/inc.c: inc_pop3_recv_func(), inc_progress_update():
  2581.       display current size with human-readable format.
  2582.     * src/grouplistdialog.c: grouplist_recv_func(): ditto.
  2583.     * TODO
  2584.       TODO.jp: updated.
  2585.  
  2586. 2001-07-16
  2587.  
  2588.     * src/codeconv.c:
  2589.       conv_unmime_header(), conv_unmime_header_overwrite(): workaround
  2590.       for raw-JIS code in header fields.
  2591.     * src/folder.c:
  2592.       folder_get_default_folder()
  2593.       folder_get_default_inbox()
  2594.       folder_get_default_outbox()
  2595.       folder_get_default_draft()
  2596.       folder_get_default_queue()
  2597.       folder_get_default_trash(): fixed a bug that caused segfault
  2598.       if folder_list is NULL.
  2599.  
  2600. 2001-07-15
  2601.  
  2602.     * README
  2603.       README.jp
  2604.       INSTALL
  2605.       INSTALL.jp
  2606.       TODO
  2607.       TODO.jp: updated.
  2608.     * src/grouplistdialog.c: grouplist_dialog_set_list(): update UI
  2609.       while retrieving newsgroup list.
  2610.       grouplist_dialog_create(): added entry widget and status label.
  2611.       grouplist_recv_func(): new.
  2612.       refresh_clicked(): added exclusive lock variable.
  2613.       clist_selected(): set text entry when the CList is selected.
  2614.       renamed from group_clist_select().
  2615.       entry_activated(): new.
  2616.       grouplist_clear(): renamed from grouplist_free(). Also clears
  2617.       list and entry widget.
  2618.     * src/news.c: news_get_group_list(): sped up the list appending
  2619.       (g_slist_append() becomes very slow if list size is large).
  2620.     * src/defs.h: added UI_REFRESH_INTERVAL definition.
  2621.       Changed the definition of NEWSGROUP_LIST.
  2622.     * src/recv.c: recv_write()
  2623.       src/send.c: send_message_smtp(): changed the UI refresh interval
  2624.       to UI_REFRESH_INTERVAL (50msec).
  2625.     * src/account.c: account_add(): fixed a bug that didn't update
  2626.       folder tree when a news account was added.
  2627.     * src/grouplistdialog.c: made exclusive lock variable global, and
  2628.       lock at grouplist_dialog_set_list().
  2629.     * src/textview.c: fixed a bug that disabled clickable URI if
  2630.       message color was disabled.
  2631.  
  2632. 2001-07-15
  2633.  
  2634.     * src/grouplistdialog.c: ok_clicked(), cancel_clicked(): don't
  2635.       quit main loop if gtk_main_level() is 1.
  2636.       grouplist_dialog_set_list(): freeze CList while appending the list.
  2637.       grouplist_dialog(): show dialog before updating the list.
  2638.  
  2639. 2001-07-14
  2640.  
  2641.     * src/folder.c: folder_write_list_recursive(): add the attribute
  2642.       `collapsed' if a node have some children.
  2643.     * src/grouplistdialog.[ch]: new. Newsgroups can be selected from
  2644.       the list.
  2645.     * src/news.[ch]:
  2646.       news_get_group_list(): new. It returns newsgroup list.
  2647.       news_remove_group_list(): new. It removes newsgroup list cache.
  2648.     * src/folderview.c: folderview_new_news_group_cb(): call
  2649.       grouplist_dialog() instead of input_dialog().
  2650.  
  2651. 2001-07-12
  2652.  
  2653.     * autogen.sh: modified.
  2654.     * src/folder.[ch]
  2655.       src/folderview.c: made expand/collapse state of folders persistent
  2656.       (thanks to Alfons).
  2657.  
  2658. 2001-07-06
  2659.  
  2660.     * version 0.5.0
  2661.  
  2662. 2001-07-06
  2663.  
  2664.     * src/imap.c: imap_remove_folder(): select INBOX with EXAMINE before
  2665.       DELETE.
  2666.       imap_cmd_do_select(): new. It toggles between SELECT and EXAMINE
  2667.       according to the argument.
  2668.       imap_cmd_select(): use imap_cmd_do_select().
  2669.       imap_cmd_examine(): new.
  2670.     * src/folderview.c: folderview_rm_imap_folder_cb(): select current
  2671.       folder again when removing failed.
  2672.  
  2673. 2001-07-05
  2674.  
  2675.     * version 0.5.0pre4
  2676.  
  2677.     * manual/ja/sylpheed.sgml
  2678.       manual/ja/*.html: updated the Japanese manual (thanks to Imai).
  2679.     * src/summaryview.c: summary_set_row_marks(): fixed a bug that
  2680.       didn't set foreground correctly.
  2681.     * src/folderview.h
  2682.       src/summaryview.h: removed the member color_normal from FolderView
  2683.       and SummaryView.
  2684.     * src/mainwindow.c: main_window_create(): removed color_normal.
  2685.  
  2686. 2001-07-04
  2687.  
  2688.     * src/prefs_account.[ch]: the port numbers of IMAP4 and NNTP
  2689.       became specifiable.
  2690.     * src/imap.c: imap_session_get()
  2691.       src/news.c: news_session_new_for_folder(), news_session_get():
  2692.       use user-defined port number if specified.
  2693.  
  2694. 2001-07-03
  2695.  
  2696.     * src/imap.c: imap_scan_tree_recursive(): get mailbox status when
  2697.       scanning.
  2698.       imap_scan_folder(): implemented. It updates the numbers of new,
  2699.       unread and total messages.
  2700.       imap_status(): new. It parses the response of STATUS command.
  2701.       imap_status_uidnext(): removed.
  2702.       imap_cmd_status(): removed.
  2703.     * src/textview.c: textview_show_part(): fixed potential memory leaks.
  2704.  
  2705. 2001-07-03
  2706.  
  2707.     * src/alertpanel.c: alertpanel_create(): fixed truncated message.
  2708.     * src/rfc2015.c: rfc2015_decrypt_message(): fixed the case problem
  2709.       of content-type (thanks to RenΘáRebe for the patch).
  2710.     * src/codeconv.c: code_get_code_conv_func(): fixed the ISO-8859-1
  2711.       detection.
  2712.     * src/prefs_common.c: prefs_send_create(): made some more character
  2713.       sets specifiable when not using libjconv.
  2714.     * configure.in: disabled --enable-threads option temporarily.
  2715.     * INSTALL
  2716.       INSTALL.jp: deleted the description about --enable-threads option.
  2717.  
  2718. 2001-07-02
  2719.  
  2720.     * updated gettext to 0.10.38.
  2721.  
  2722. 2001-07-01
  2723.  
  2724.     * version 0.5.0pre3
  2725.  
  2726.     * src/folderview.[ch]: folderview_set_all(): new.
  2727.     * src/account.c: account_add(): call folderview_set_all() after
  2728.       creating IMAP4 tree.
  2729.       account_edit_create(): account preferences dialog can be opened
  2730.       with double clicking of the list.
  2731.       account_selected(): new.
  2732.       account_clist_set(): made the CList focus set correctly.
  2733.  
  2734. 2001-06-30
  2735.  
  2736.     * src/imap.c: imap_scan_tree(): call imap_create_trash() if trash
  2737.       is not found.
  2738.       imap_scan_tree_recursive(): search the sub folders of INBOX.
  2739.       recognize Trash folder.
  2740.       imap_create_tree(): separated the part of creating trash.
  2741.       imap_create_trash(): new.
  2742.     * src/folder.c: folder_build_tree(), folder_write_list_recursive():
  2743.       preserve no_sub and no_select.
  2744.     * src/summaryview.c: summary_show(): don't proceed if item->no_select
  2745.       is TRUE.
  2746.  
  2747. 2001-06-29
  2748.  
  2749.     * src/imap.c: imap_scan_tree(): fixed a bug that didn't set the
  2750.       root folder correctly.
  2751.  
  2752. 2001-06-28
  2753.  
  2754.     * src/folderview.[ch]:
  2755.       folderview_update_tree(): new. It updates one folder tree.
  2756.       folderview_update_tree_cb(): new.
  2757.       Added "Update folder tree" to the popup menu, and modified some
  2758.       expressions.
  2759.  
  2760. 2001-06-27
  2761.  
  2762.     * src/imap.c: implemented the autoscan of IMAP4 folder list.
  2763.       imap_scan_tree(): new. It scans the whole IMAP4 folder.
  2764.       imap_scan_tree_recursive(): new. It traverses the IMAP4 folder tree.
  2765.       imap_parse_list(): new. It parses the LIST response.
  2766.       imap_get_real_path(): new. It converts local path into IMAP4 path.
  2767.     * src/folder.h: added no_sub and no_select to FolderItem.
  2768.     * src/folder.c: folder_tree_destroy(): reset some variables.
  2769.     * src/folderview.c: folderview_scan_tree_func(): supported IMAP4.
  2770.  
  2771. 2001-06-26
  2772.  
  2773.     * src/imap.c: imap_parse_envelope(): fixed a bug that didn't
  2774.       parse the FETCH response that continues to the next line.
  2775.       imap_parse_fetch_element(): removed.
  2776.       imap_parse_atom(), imap_parse_one_address(), imap_parse_address(),
  2777.       imap_parse_envelope(), imap_get_uncached_messages(): use GString
  2778.       and sock_getline() to parse the FETCH response.
  2779.       imap_remove_all_msg(): fixed a bug that didn't delete messages
  2780.       correctly.
  2781.       imap_parse_address(): fixed a bug that didn't concaternate
  2782.       addresses correctly, using GString.
  2783.     * src/socket.[ch]: sock_getline(), fd_getline(): new. They read
  2784.       the whole line and return the newly allocated string.
  2785.     * src/prefs_account.[ch]: added `IMAP server directory' entry.
  2786.  
  2787. 2001-06-25
  2788.  
  2789.     * version 0.5.0pre2
  2790.  
  2791.     * src/imap.c: imap_create_tree(): pass the path that is separated
  2792.       by the local filesystem separator to imap_create_folder().
  2793.       imap_create_folder(): examine the existence of folders using
  2794.       LIST command instead of STATUS.
  2795.       imap_cmd_list(): new.
  2796.       imap_query_password(): new.
  2797.       imap_session_new(): query password if it is not set.
  2798.  
  2799. 2001-06-24
  2800.  
  2801.     * src/imap.c: imap_parse_envelope(): FETCH results can be parsed
  2802.       with arbitrary order.
  2803.       imap_parse_fetch_element(): new. it parses one pair of name and
  2804.       value of FETCH results.
  2805.       imap_parse_flags(): modified for more flexibility.
  2806.     * src/utils.[ch]: set_log_file(): new. it opens a new file for
  2807.       logging.
  2808.       close_log_file(): new. it closes the opened log file.
  2809.       log_print(), log_message(), log_warning(), log_error(): also
  2810.       output to log file.
  2811.  
  2812. 2001-06-22
  2813.  
  2814.     * src/imap.c: imap_cmd_status(): check the pointer to "value"
  2815.       before the assignment (thanks to NISHIJIMA).
  2816.  
  2817. 2001-06-21
  2818.  
  2819.     * src/folderview.c: folderview_drag_motion_cb(): don't allow DnD
  2820.       across MH and IMAP4 folder (for now) (thanks to Hiramatu).
  2821.     * src/foldersel.[ch]: don't show folders which can't be targets
  2822.       for current folder.
  2823.  
  2824. 2001-06-20
  2825.  
  2826.     * version 0.5.0pre1
  2827.  
  2828.     * src/imap.c:
  2829.       imap_get_msg_list()
  2830.       imap_cmd_envelope()
  2831.       imap_cmd_fetch()
  2832.       imap_cmd_copy()
  2833.       imap_cmd_store(): use UID instead of sequential number.
  2834.       Renamed imap_set_article_flags() to imap_set_message_flags().
  2835.     * src/summaryview.c: summary_execute(): don't update summary
  2836.       even if current folder is IMAP4.
  2837.     * src/utils.[ch]: remove_numbered_files(): changed the type of
  2838.       arguments from gint to guint.
  2839.  
  2840. 2001-06-19
  2841.  
  2842.     * src/imap.c: imap_cmd_login(), imap_cmd_select(), imap_cmd_status(),
  2843.       imap_cmd_create(), imap_cmd_delete(), imap_cmd_copy(): don't
  2844.       enclose with double quotation if string doesn't have space
  2845.       (workaround for old Cyrus IMAP4 server).
  2846.       imap_create_folder(): fixed a bug of separator substitution.
  2847.       renamed imap_session_connect_if_not() to imap_session_get().
  2848.       imap_get_msg_list(): delete all cached messages if use_cache
  2849.       is off.
  2850.       imap_delete_cached_messages(): remove cached files in between
  2851.       the specified range by reading directory entry.
  2852.       imap_parse_one_address(): set fromname same as the from address
  2853.       if it is empty.
  2854.     * src/utils.[ch]: remove_numbered_files(): new. The range is
  2855.       specifiable.
  2856.     * src/summaryview.c: summary_execute(): update summary if current
  2857.       folder is IMAP4.
  2858.       KEY_PRESS_EVENT_STOP(): new macro.
  2859.       summary_key_pressed(): stop signal emission when calling
  2860.       summary_execute().
  2861.       summary_select_by_msgnum(): show message only if
  2862.       msg_is_toggled_on is TRUE. Move current page to the selected
  2863.       node.
  2864.     * src/news.c; news_delete_old_articles(): remove cached files in
  2865.       between the specified range by reading directory entry.
  2866.     * src/folderview.c:
  2867.       folderview_selected(), folderview_button_released(): fixed a bug
  2868.       that didn't select folder correctly.
  2869.  
  2870. 2001-06-18
  2871.  
  2872.     * src/mainwindow.c
  2873.       src/summaryview.c
  2874.       src/prefs_common.c: improvements to the English (thanks to Paul
  2875.       Mangan).
  2876.     * src/mainwindow.c: compose_cb()
  2877.       src/summaryview.c: summary_key_pressed()
  2878.       src/compose.c: compose_new_with_recipient(): newsgroups entry
  2879.       is automatically filled when composing a new article.
  2880.  
  2881. 2001-06-17
  2882.  
  2883.     * src/procmsg.c: procmsg_msg_list_free(): fixed a bug that didn't
  2884.       free list correctly.
  2885.  
  2886. 2001-06-16
  2887.  
  2888.     * version 0.4.99
  2889.  
  2890.     * src/imap.c: imap_find_namespace(): replace namespace path
  2891.       separator with slash before comparison.
  2892.       imap_remove_folder(): use namespace.
  2893.       imap_create_tree(): use namespece when creating Trash.
  2894.       imap_get_msg_list(): fixed a bug that returned old list and caused
  2895.       memory leak if exists == 0.
  2896.       imap_select(): new. It's a wrapper for imap_cmd_select().
  2897.     * src/foldersel.c: foldersel_set_tree(): show IMAP4 folder too.
  2898.  
  2899. 2001-06-15
  2900.  
  2901.     * src/folderview.c:
  2902.       folderview_new_folder_cb()
  2903.       folderview_new_imap_folder_cb(): show error dialog when creation
  2904.       or deletion of folder failed.
  2905.       Made it allow users to create a folder which contains subfolders.
  2906.       folderview_button_pressed(): disabled delete menu on the special
  2907.       IMAP4 folder.
  2908.     * AUTHORS: incorporated from claws branch. It now contains all
  2909.       contributors.
  2910.     * src/send.c: enabled cancellation.
  2911.       EXIT_IF_CANCELLED(): new macro.
  2912.       Added cancelled flag to SendProgressDialog.
  2913.     * src/utils.[ch]: strtailchomp(): new. It removes the trailing
  2914.       specified character.
  2915.     * src/imap.c: imap_cmd_fetch(): a fix for MS Exchange 2000 server.
  2916.  
  2917. 2001-06-15
  2918.  
  2919.     * src/imap.c: imap_create_tree(): new. It creates required
  2920.       folders such as INBOX and Trash.
  2921.       imap_do_copy(), imap_do_copy_msgs_with_dest(): don't expunge
  2922.       if COPY failed.
  2923.       imap_remove_all_msg(): return immediately if exists == 0.
  2924.     * src/account.c: account_add(), account_set_missing_folder():
  2925.       made them use folder->create_tree().
  2926.  
  2927. 2001-06-14
  2928.  
  2929.     * src/imap.c: more namespace implementation.
  2930.       imap_find_namespace(), imap_path_separator_subst(): new.
  2931.  
  2932. 2001-06-13
  2933.  
  2934.     * src/imap.c: imap_parse_namespace(), imap_cmd_namespace(): new.
  2935.  
  2936. 2001-06-11
  2937.  
  2938.     * src/summaryview.c: summary_show(): fixed a glitch in folder view.
  2939.  
  2940. 2001-06-08
  2941.  
  2942.     * src/imap.[ch]: added imap_add_msg(), and imap_append_message(),
  2943.       which appends file into IMAP4 folder.
  2944.       imap_status(): new.
  2945.       imap_create_folder(): check the existence of a folder before
  2946.       create it.
  2947.       renamed the prefix of low-level IMAP4rev1 functions to imap_cmd.
  2948.     * src/account.c: account_add(), account_set_missing_folder():
  2949.       create INBOX automatically when creating IMAP4 account.
  2950.  
  2951. 2001-06-07
  2952.  
  2953.     * src/utils.[ch]: added itos_buf() that takes the buffer for its
  2954.       argument.
  2955.     * src/imap.[ch]: imap_copy_msg(), imap_copy_msgs_with_dest(): new.
  2956.     * src/folder.c: added copy_msg and copy_msgs_with_dest methods
  2957.       to the IMAP class.
  2958.  
  2959. 2001-06-06
  2960.  
  2961.     * src/utils.[ch]: move_file(): new.
  2962.     * src/mh.c: mh_move_msg(), mh_move_msgs_with_dest(): modified to
  2963.       use move_file(), and fixed a bug that didn't close file when
  2964.       error occured.
  2965.  
  2966. 2001-06-06
  2967.  
  2968.     * src/imap.c: renamed imap_delete_messages() and
  2969.       imap_delete_all_messages() to imap_delete_cached_messages() and
  2970.       imap_delete_all_cached_messages(). Some code cleanups.
  2971.     * src/utils.[ch]: added a function remove_all_numbered_files().
  2972.     * src/mh.c: mh_remove_all_msg()
  2973.       src/imap.c: imap_delete_all_cached_messages():
  2974.       use remove_all_numbered_files().
  2975.     * src/mainwindow.c
  2976.       src/summaryview.c
  2977.       src/compose.[ch]: added `Reply to sender'.
  2978.       compose_reply()
  2979.       compose_reply_set_entry(): added an argument `ignore_replyto'.
  2980.  
  2981. 2001-06-05
  2982.  
  2983.     * src/folderview.c: folderview_selected()
  2984.       src/summaryview.c: summary_show(): fixed a bug that updated wrong
  2985.       folder when remaining marks were processed.
  2986.  
  2987. 2001-06-04
  2988.  
  2989.     * src/headerwindow.c: headerwindow_show_cb(): always try to show
  2990.       msginfo, and use the selected message, not the displayed one.
  2991.     * src/smtp.c: smtp_ok(): fixed sock_gets() error handling.
  2992.  
  2993. 2001-06-02
  2994.  
  2995.     * src/folderview.c: folderview_selected()
  2996.       src/mimeview.c: mimeview_selected(): ungrab the mouse event.
  2997.     * src/summaryview.c: summary_show(): process the left marks if any.
  2998.  
  2999. 2001-05-27
  3000.  
  3001.     * src/passphrase.c: enclosed with #if USE_GPGME.
  3002.     * src/prefs_account.c: added NNTP AUTH check button.
  3003.     * src/alertpanel.[ch]: alertpanel_create(): added new argument
  3004.       `can_disable', all existing callers changed to pass FALSE;
  3005.       created a check button to disable the message.
  3006.       alertpanel_message_with_disable(): new.
  3007.       alertpanel_show(): mask value with G_ALERT_VALUE_MASK.
  3008.       alertpanel_button_toggled(): new.
  3009.       alertpanel_button_clicked(), alertpanel_close(): set value using
  3010.       G_ALERT_VALUE_MASK.
  3011.     * src/prefs_common.[ch]: added option to toggle GnuPG signature
  3012.       check popup window, and GnuPG warning.
  3013.     * src/rfc2015.c: check_signature(): show signature check dialog
  3014.       only if it is enabled.
  3015.     * src/main.c: modified GnuPG checking.
  3016.     * src/main.c
  3017.       src/prefs_common.c: fixed some compilation bugs when enabled
  3018.       GPGME.
  3019.  
  3020. 2001-05-26
  3021.  
  3022.     * src/codeconv.c: conv_get_code_conv_func(): fix for ISO-8859-*
  3023.       encodings with libjconv.
  3024.       conv_encode_header(): fixed an endless loop bug when encountering
  3025.       an invalid wide character (thanks to Alte).
  3026.     * src/headerview.c: SET_FONT_STYLE(): fixed segfault with invalid
  3027.       bold font.
  3028.     * src/imap.c: imap_create_folder(): don't create folder if the
  3029.       name is INBOX.
  3030.     * src/mainwindow.c: main_window_reflect_prefs_all(): hide the
  3031.       execute button when immediate execution is enabled.
  3032.  
  3033. 2001-05-22
  3034.  
  3035.     * README
  3036.       README.jp: added the "How to run" section.
  3037.  
  3038. 2001-05-19
  3039.  
  3040.     * merged NNTP AUTH from the claws branch.
  3041.     * src/news.[ch]: supported NNTP AUTH.
  3042.     * src/nntp.[ch]: wrapped SockInfo with NNTPSockInfo for NNTP AUTH.
  3043.     * INSTALL
  3044.       INSTALL.jp: modified the confirmation list and the warning about
  3045.       threads.
  3046.  
  3047. 2001-05-18
  3048.  
  3049.     * src/gtkutils.[ch]: moved folderview_find_collapsed_parent() to
  3050.       gtkut_ctree_find_collapsed_parent().
  3051.     * src/folderview.c: folderview_select_node(): automatically expand
  3052.       the parent folders when selected.
  3053.     * configure.in: made the version number to 0.4.99 (0.5pre)
  3054.     * src/main.c: main(): moved parse_cmd_opt() before gtk_init()
  3055.       so that X is not necessary for --help and --version.
  3056.       parse_cmd_opt(): changed g_get_prgname() to g_basename(argv[0]).
  3057.     * src/folderview.c: folderview_update_node(): a fix for collapsed
  3058.       nodes.
  3059.  
  3060. 2001-05-17
  3061.  
  3062.     * src/main.c: lock_socket_input_cb(): changed fd_read() to fd_gets().
  3063.       It caused garbages in --compose option.
  3064.     * src/socket.[ch]: made fd_gets() public.
  3065.  
  3066. 2001-05-16
  3067.  
  3068.     * src/gtkutils.[ch]: gtkut_ctree_node_next(): new.
  3069.     * src/folderview.c: folderview_find_next_unread(): new.
  3070.       folderview_select_next_unread(): modified so that it can find
  3071.       the hidden folder.
  3072.  
  3073. 2001-05-15
  3074.  
  3075.     * src/compose.c: compose_write_headers(): excluded also From, To,
  3076.       Sender because they could be used for SPAM.
  3077.     * src/folderview.c: add '+' mark to the collapsed folder that have
  3078.       some unread folders.
  3079.       folderview_search_new_recursive(),
  3080.       folderview_have_new_children(),
  3081.       folderview_search_unread_recursive(),
  3082.       folderview_have_unread_children(),
  3083.       folderview_find_collapsed_parent(): new.
  3084.       folderview_update_node(): display the number of queued messages.
  3085.  
  3086. 2001-05-14
  3087.  
  3088.     * src/folder.[ch]
  3089.       src/mh.[ch]: modified *_add_msg() to use link(). Added the
  3090.       argument to switch whether to remove the source file or not.
  3091.     * src/compose.c
  3092.       src/inc.c
  3093.       src/mbox.c: modified the argument of folder_item_add_msg() and
  3094.       removed some unlink()'s.
  3095.  
  3096. 2001-05-13
  3097.  
  3098.     * src/prefs_customheader.[ch]: renamed prefs_headers_* to
  3099.       prefs_custom_header_*. Removed `(New)' row and `Substitute'
  3100.       button. Supported empty value.
  3101.       prefs_custom_header_row_moved(): new. Connected "row_move" signal
  3102.       to the function, and made it set header list.
  3103.     * src/customheader.c: custom_header_get_str()
  3104.       src/compose.c: compose_write_headers(): supported empty value.
  3105.     * src/prefs_display_header.c: prefs_display_header_row_moved(): new.
  3106.       Connected "row_move" signal to the function, and made it set
  3107.       header list.
  3108.     * src/compose.c: compose_write_headers(): modified the order of
  3109.       headers, and made it encode the custom headers.
  3110.     * src/prefs_customheader.c: prefs_custom_header_delete_cb()
  3111.       src/prefs_filter.c: prefs_filter_delete_cb(): treat closing the
  3112.       alert panel by ESC as "No".
  3113.  
  3114. 2001-05-13
  3115.  
  3116.     * merged the custom header stuff from claws branch:
  3117.     * src/customheader.[ch]
  3118.       src/prefs_customheader.[ch]: new.
  3119.     * src/customheader.c: custom_header_read_str(): use strtol() instead
  3120.       of atoi() and check errors.
  3121.       custom_header_find(): new function.
  3122.     * src/compose.c: IS_IN_CUSTOM_HEADER(): new macro.
  3123.       compose_write_headers(): made it replace headers with user-defined
  3124.       headers except for some automatically generated headers.
  3125.  
  3126. 2001-05-11
  3127.  
  3128.     * src/inc.c: connection_check_cb(): fixed a bug that caused
  3129.       segmentation fault if connection was not established.
  3130.     * src/compose.c: compose_create(): even if set_autobcc or set
  3131.       autoreplyto is checked and the entries are empty, show them.
  3132.  
  3133. 2001-05-10
  3134.  
  3135.     * src/textview.c: textview_show_mime_part(): modified the messages.
  3136.       TEXT_INSERT(): new macro.
  3137.     * po/ja.po: fixed.
  3138.     * src/prefs_display_header.c: prefs_display_header_create():
  3139.       modified the text of checkbutton.
  3140.  
  3141. 2001-05-09
  3142.  
  3143.     * src/mimeview.c: added "Open with..." to the context menu.
  3144.     * src/summaryview.c: summary_print()
  3145.       src/inputdialog.c: input_dialog(): fixed memory leaks.
  3146.     * src/textview.c: textview_show_mime_part(): updated the description.
  3147.     * src/send.c: implemented sending progress dialog.
  3148.       (TODO: automaton should be used.)
  3149.       send_progress_dialog_create(), send_progress_dialog_destroy(),
  3150.       send_cancel(): new.
  3151.       send_message_smtp(): made it update the dialog for each stage.
  3152.     * src/utils.[ch]: get_left_file_size(): new. Get the left bytes
  3153.       of opened file.
  3154.     * src/summaryview.c: summary_show(): when open_inbox_on_inc is set,
  3155.       go to first unread message even if folder is same as previous.
  3156.     * src/prefs_common.c: made color selection dialog transient, and
  3157.       made escape key close the dialogs.
  3158.  
  3159. 2001-05-08
  3160.  
  3161.     * version 0.4.66
  3162.  
  3163.     * src/select-keys.c: delete_event_cb(): removed `;' from its end.
  3164.     * src/recv.c: recv_write(): changed the interval to 10msec.
  3165.     * src/prefs_display_header.c: modified the layout of the dialog,
  3166.       and made the hidden headers list insensitive when `Show other
  3167.       headers' is not checked.
  3168.     * src/textview.c: changed strcasecmp() and strncasecmp() to
  3169.       the corresponding glib functions.
  3170.     * src/inc.c: get_spool(): make a temporary file in the home
  3171.       directory.
  3172.  
  3173. 2001-05-07
  3174.  
  3175.     * src/prefs_common.c
  3176.       src/prefs_account.c
  3177.       src/prefs_filter.c
  3178.       src/account.c
  3179.       src/alertpanel.c
  3180.       src/filesel.c
  3181.       src/foldersel.c
  3182.       src/export.c
  3183.       src/import.c
  3184.       src/inputdialog.c
  3185.       src/passphrase.c
  3186.       src/select-keys.c
  3187.       src/sigstatus.c: fixed a bug that accidentally destroyed dialogs
  3188.       when closed them with delete_event (thanks to DINH).
  3189.       Added *_deleted() and *delete_event() which handle delete_event
  3190.       signal correctly.
  3191.  
  3192. 2001-05-06
  3193.  
  3194.     * src/prefs_display_header.c: merged some changes from claws branch:
  3195.       prefs_display_header_create(): allow reordering of headers by
  3196.       dragging.
  3197.       prefs_display_header_find_header(): new function.
  3198.       prefs_display_header_clist_set_row(): don't allow duplicates.
  3199.     * src/prefs_account.c: prefs_account_receive_create(): changed
  3200.       the label of the check button.
  3201.  
  3202. 2001-05-05
  3203.  
  3204.     * src/pop.c: pop3_getsize_list_recv(): if sscanf() failed, break
  3205.       immediately.
  3206.     * src/inc.h: removed cur_msg_bytes from Pop3State.
  3207.     * src/inc.c: pop3_recv_func()
  3208.       src/recv.[ch]: made the second arguments of RecvUIFunc current
  3209.       total read bytes.
  3210.       recv_write(): made it call UI func if elapsed time is greater
  3211.       than 0.1 sec.
  3212.     * src/recv.c: recv_write(): changed the interval to 300 usec.
  3213.     * src/textview.c: textview_show_header(): if header is Subject,
  3214.       unfold it.
  3215.     * src/utils.[ch]: unfold_line(): new.
  3216.     * src/procheader.[ch]: procheader_get_header_array(): new.
  3217.     * src/prefs_display_header.c: updated defaults.
  3218.  
  3219. 2001-05-05
  3220.  
  3221.     * some merge from the sylpheed-claws branch.
  3222.       It allows user to specify displayed headers in message view.
  3223.       (symbol names were also changed.)
  3224.     * src/prefs_display_header.[ch]
  3225.       src/displayheader.[ch]: new.
  3226.     * src/prefs_display_header.c:
  3227.       removed prefs_display_headers_other_headers_toggled().
  3228.       removed "(New)" row from the list.
  3229.     * src/defs.h: added DISPLAY_HEADER_RC.
  3230.     * src/prefs_common.c: prefs_message_create(): added a button for
  3231.       opening the display header setting dialog.
  3232.     * src/prefs_common.h: added show_other_header and disphdr_list
  3233.       to PrefsCommon.
  3234.     * src/procheader.[ch]: procheader_get_header_list_from_file(),
  3235.       procheader_get_header_array_asis(): new.
  3236.       procheader_get_header_list(): modified so that it takes FILE
  3237.       pointer for its argument.
  3238.       procheader_header_array_destroy(), procheader_header_free(): new.
  3239.     * src/main.c: main(): made it call prefs_display_header_*_config().
  3240.     * src/textview.c: textview_scan_header(): modified so that it
  3241.       sorts headers according to user setting.
  3242.       src/textview_show_header(): made it call
  3243.       textview_make_clickable_parts().
  3244.       textview_make_clickable_parts(): added GdkFont to its arguments,
  3245.       and removed GtkText from them.
  3246.  
  3247. 2001-05-04
  3248.  
  3249.     * implemented auto-checking of new mail based on the patch from
  3250.       Pierric Descamps (thanks!).
  3251.     * src/inc.c: added inc_autocheck_timer_init(),
  3252.       inc_autocheck_timer_set(), inc_autocheck_timer_remove(),
  3253.       inc_autocheck_func() for auto-checking of new mail.
  3254.     * src/main.c: main(): call inc_autocheck_timer_init().
  3255.     * src/prefs_common.c: prefs_receive_create(): activated the
  3256.       auto-checking UI. Added prefs_common_cancel(), and connected
  3257.       some signals to that.
  3258.     * src/prefs_common.c
  3259.       src/prefs_account.c
  3260.       src/prefs_filter.c
  3261.       src/account.c: Disabled auto-checking while opening the dialog.
  3262.     * src/headerview.c: headerview_show_xface(): fixed a bug that
  3263.       showed a warning when header pane was hidden.
  3264.  
  3265. 2001-05-03
  3266.  
  3267.     * src/inc.c
  3268.       src/pop.c
  3269.       src/recv.c: removed non-blocking socket mode support since it
  3270.       does nothing.
  3271.     * src/pop.c
  3272.       src/inc.c: modified the messages of incorporation dialog.
  3273.  
  3274. 2001-05-02
  3275.  
  3276.     * src/utils.h: made u32 the typedef of guint32.
  3277.       added BIG_ENDIAN_HOST macro that is used by md5.c.
  3278.     * src/md5.c: renamed md5c.c. Fixed the indentation. Fixed a bug
  3279.       that didn't calculate MD5 correctly on big endian machines.
  3280.  
  3281. 2001-05-01
  3282.  
  3283.     * version 0.4.65
  3284.  
  3285.     * src/folder.c: folder_init(): added the method imap_remove_folder.
  3286.     * src/folderview.c: folderview_rm_imap_folder_cb(): made it
  3287.       actually remove folder from IMAP4 server.
  3288.     * src/imap.[ch]: imap_create_folder(): made it actually create
  3289.       folder on IMAP4 server.
  3290.       imap_remove_folder(): added.
  3291.       imap_create(), imap_delete(): added.
  3292.     * src/summaryview.c: summary_execute_delete(): don't check trash
  3293.       if folder type is not F_MH.
  3294.     * thanks to Ishihara for the above changes.
  3295.     * configure.in
  3296.       ac/check-type.m4: better wint_t typedef detection (renamed
  3297.       sv_CHECK_TYPE to SYLPHEED_CHECK_TYPE).
  3298.  
  3299. 2001-04-30
  3300.  
  3301.     * src/recv.c: recv_bytes_write(): fixed another bug that caused
  3302.       infinite loop and buffer overrun.
  3303.  
  3304. 2001-04-30
  3305.  
  3306.     * src/socket.[ch]: renamed sock_read() and fd_read() to
  3307.       sock_gets() and fd_gets() for preventing confusion.
  3308.       Added sock_read() and fd_read() which is the wrapper of read().
  3309.     * src/recv.c: recv_bytes_write(): fixed a bug that caused infinite
  3310.       loop. Use sock_read() instead of fd_read().
  3311.     * src/esmtp.c
  3312.       src/imap.c
  3313.       src/news.c
  3314.       src/nntp.c
  3315.       src/pop.c
  3316.       src/recv.c
  3317.       src/smtp.c: use sock_gets() instead of sock_read().
  3318.     * src/imap.c: imap_session_new(): fixed the error detection
  3319.       of imap_open().
  3320.  
  3321. 2001-04-28
  3322.  
  3323.     * src/inc.c: made it displays current read bytes to the dialog.
  3324.     * src/pop.c: recv_write(): call UI function before editing
  3325.       strings.
  3326.  
  3327. 2001-04-27
  3328.  
  3329.     * src/progressdialog.c: progress_dialog_create(): modified the
  3330.       size of dialog and made it stretchable.
  3331.     * src/smtp.c
  3332.       src/esmtp.c: smtp_ok(), esmtp_ok(): fixed a bug that didn't
  3333.       process an error response correctly (thanks to Ohmasa).
  3334.     * src/pop.[ch]: added pop3_getsize_list_send(),
  3335.       pop3_getsize_list_recv().
  3336.     * src/recv.[ch]: added recv_set_ui_func() that makes recv_write()
  3337.       call the callback function for each sock_read().
  3338.     * src/inc.h: in Pop3State, renamed bytes to total_bytes, and added
  3339.       cur_msg_bytes, cur_total_bytes, and sizes.
  3340.     * src/inc.c: added inc_pop3_recv_func() that updates the progress
  3341.       bar for each sock_read().
  3342.  
  3343. 2001-04-26
  3344.  
  3345.     * src/mh.c: mh_is_maildir_one(): modified so that it uses
  3346.       is_dir_exist().
  3347.  
  3348. 2001-04-25  Werner Koch  <wk@gnupg.org>
  3349.  
  3350.     * src/mh.c (mh_is_maildir_one, mh_is_maildir): New.
  3351.     (mh_scan_tree_recursive): Do not include Maildir style directories
  3352.     in the scan.
  3353.  
  3354.     Changed the use of integers to describe sockets by an more abstract
  3355.     data structure.
  3356.  
  3357.     * src/automaton.h (struct _Automaton): Add help_sock.
  3358.     * src/automaton.c (automaton_input_cb): Changed source to be
  3359.     SockInfo and use wrapper for gdk_input_add.
  3360.  
  3361.     * src/send.c (SEND_EXIT_IF_ERROR): Adjusted tests and removed test
  3362.     for invalid socket because this is now done in sock_close. Set
  3363.     sock to NULL.
  3364.     (SEND_EXIT_IF_NOTOK): Set closed sock to NULL.
  3365.     (send_smtp_open): Use only SockInfo.
  3366.  
  3367.     * src/news.c (news_session_new): Use SockInfo here.
  3368.     (news_session_destroy): Ditto and set sock to NULL.
  3369.  
  3370.     * src/nntp.c: Use SockInfo instead of integers
  3371.     * src/smtp.c: Ditto.
  3372.     * src/pop.c: Ditto.
  3373.     * src/recv.c: Ditto.
  3374.  
  3375.     * src/inc.c (inc_pop3_session_do): Removed sock_sockinfo_free. Put
  3376.     gdk_input_add into a wrapper.
  3377.  
  3378.     * src/esmtp.c: Changed socket descriptors to use SockInfo.
  3379.     * src/esmtp.h: Ditto, included socket.h.
  3380.     * src/session.h (struct _Session): Likewise.
  3381.     * src/imap.c (imap_open): Return SockInfo ptr and not an integer.
  3382.     Removed access to internal data of SockInfo.  Changed all callers
  3383.     and functions to take SockInfo.
  3384.     (imap_session_new): Use sock_close here.
  3385.     (imap_session_destroy): Ditto.
  3386.  
  3387.     * src/compose.c (compose_exec_ext_editor): Replaced sock_write by
  3388.     fd_write.
  3389.  
  3390.     * src/main.c (app_will_exit): Close lock socket using fd_close.
  3391.     (prohibit_duplicate_launch): Use fd_xxx functions instead of sock_xxx.
  3392.     (lock_socket_input_cb): Ditto.
  3393.  
  3394.     * src/socket.h, src/socket.c: Prepared SockInfo structure to use
  3395.     glib channels. Changed all sock_xxx to use SockInfo instead of an
  3396.     integer.
  3397.     (sock_connect_unix, sock_open_unix, sock_accept): Renamed to ..
  3398.     (fd_connect_unix, fd_open_unix, fd_accept): .. this and changed all
  3399.     callers.
  3400.     (fd_read, fd_write, fd_close): New.
  3401.     (sock_sockinfo_free): Removed.
  3402.     * src/socket.c (sock_connect_nb): Use close instead sock_close here.
  3403.     (sock_connect): Ditto.
  3404.  
  3405. 2001-04-26
  3406.  
  3407.     * config.h.in: removed.
  3408.     * ac/Makefile.am: added gnupg-check-typedef.m4 to MACROS.
  3409.     * .cvsignore: added.
  3410.     * src/inc.c
  3411.       src/progressdialog.[ch]
  3412.       src/pixmaps/complete.xpm
  3413.       src/pixmaps/continue.xpm
  3414.       src/pixmaps/error.xpm: applied the patch from Leandro Pereira
  3415.       that displays the state of message incorporation (thanks!).
  3416.     * src/inc.c: made the progress dialog change the text of status.
  3417.  
  3418. 2001-04-25
  3419.  
  3420.     * removed po/*.gmo, configure, stamp-h.in, aclocal.m4, Makefile.in
  3421.       from the cvs tree.
  3422.     * COPYING: removed RSA copyright notice.
  3423.     * removed po/sylpheed.pot, po/stamp-cat-id, po/cat-id-tbl.c.
  3424.     * configure.in: added the check of sys/utsname.h.
  3425.  
  3426. 2001-04-24  Werner Koch  <wk@gnupg.org>
  3427.  
  3428.     Merged most of the changes from the W32 branch in.
  3429.  
  3430.     * configure.in: Require gpgme >= 0.2.1
  3431.  
  3432.     * acconfig.h (HAVE_U32_TYPEDEF): New.
  3433.     * ac/gnupg-check-typedef.m4: New.
  3434.     * configure.in: Check for u32 type and the size of some types.
  3435.     * src/utils.h: Define the u32 type and related constants.
  3436.  
  3437.     * src/about.c (about_create): Removed the note about MD5.  We are
  3438.     not any longer using the RSA Inc. implementation.
  3439.     * src/md5ify.c, src/md5ify.h, src/md5global.h:  Removed.
  3440.     * src/md5c.c, src/md5c.h: Replaced by an FSF implementation and
  3441.     renamed the function to standard lowercase convention. Changed all
  3442.     callers. 
  3443.     (md5_hex_digest): New.
  3444.     (md5_hmac): Add hmac function by Martin Schaaf with some 
  3445.     modifications.
  3446.     (md5_hex_hmac): New.
  3447.     * src/esmtp.c, src/esmtp.h (md5_hex_hmac): Removed.
  3448.     (hmac_md5): Removed.
  3449.     * src/pop.c (pop3_getauth_apop_send): Replaced the md5_digest by
  3450.     the new md5_hex_digest function.
  3451.  
  3452.     * src/about.c: Include utsname.h only if available
  3453.  
  3454.     * src/utils.c, src/utils.h (get_home_dir): New to better cope with
  3455.     special Windoze requirements.  Changed all calls to
  3456.     g_get_home_dir() to this function.
  3457.  
  3458.     * simple-gettext.c: New.
  3459.  
  3460.     * src/main.c (main): Issue a warning if GnuPG is not properly
  3461.     installed.
  3462.  
  3463.     * src/sigstatus.c, src/sigstatus.h: New.
  3464.     * src/rfc2015.c (check_signature): Use the sigstatus window and
  3465.     get the status texts from a utility function.
  3466.  
  3467.     * src/select-keys.c: Removed the global select_keys var and
  3468.     pass an allocated one along all functions.
  3469.     (set_row): Display only keys capable of encryption.
  3470.     (update_progress): Replaced the progressbar by
  3471.     a windmill and a text showing for which key we are collecting
  3472.     info.  Removed progressbar everywhere else and updated callers.
  3473.  
  3474.     * src/prefs_common.c (prefs_privacy_create) [__MINGW32__]: Do not
  3475.     display the grab button. 
  3476.  
  3477. 2001-04-24
  3478.  
  3479.     * src/prefs_common.[ch]
  3480.       src/procheader.c: applied the patch from Darko Koruga that
  3481.       allows user to define their own format for displaying date in
  3482.       summary view using strftime() (thanks!).
  3483.     * src/prefs_common.c: prefs_quote_colors_dialog()
  3484.       src/mainwindow.c: main_window_reflect_prefs_all(): made it
  3485.       update message colors if the colors setting is changed.
  3486.     * src/main.[ch]: made it remember the startup directory.
  3487.     * src/export.c: export_mbox(): made it initially chdir to the
  3488.       startup directory.
  3489.     * src/filesel.c: filesel_select_file(): made it open the startup
  3490.       directory at first.
  3491.  
  3492. 2001-04-23
  3493.  
  3494.     * added option to warn about queued messages on exit [sergey]:
  3495.  
  3496.       * src/compose.c: compose_queue(): call folder_item_scan()
  3497.         and folderview_update_item() after queueing.
  3498.       * src/folderview.c: folderview_update_node(): draw the queue
  3499.         folder in bold font if there are queued messages.
  3500.       * src/mainwindow.c: queued_messages(): new function.
  3501.         app_exit_cb(): display warning if there are queued messages
  3502.         if warn_queued_on_exit is set.
  3503.       * prefs_common.[ch]: add warn_queued_on_exit option.
  3504.  
  3505.     * src/mainwindow.c: moved queued_messages() to main.c, and renamed
  3506.       it to get_queued_message_num().
  3507.     * src/main.c: app_will_exit(): moved warning dialog code from
  3508.       app_exit_cb(), and added manage_window_focus_in().
  3509.  
  3510.     * enhanced GnuPG key selection support [sergey]:
  3511.  
  3512.       * src/select-keys.c: updated to newer version from Win32
  3513.         branch with support for selecting arbitrary keys.
  3514.       * src/prefs_account.c: added the Privacy tab to the account
  3515.         options window.
  3516.         prefs_account_privacy_create(),
  3517.         prefs_account_sign_key_set_data_from_radiobtn(),
  3518.         prefs_account_sign_key_set_radiobtn(): new functions.
  3519.       * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
  3520.       * src/rfc2015.c: set_signers(): new function.
  3521.         pgp_sign(): add the account parameter, call set_signers().
  3522.         rfc2015_sign(): add the account parameter, pass it to pgp_sign().
  3523.       * src/rfc2015.h: rfc2015_sign(): updated prototype.
  3524.       * src/compose.c: pass the current account to rfc2015_sign().
  3525.  
  3526. 2001-04-22
  3527.  
  3528.     * src/mbox.c: export_to_mbox(): fixed a memory leak bug.
  3529.  
  3530. 2001-04-20
  3531.  
  3532.     * src/mbox.[ch]: renamed export_mbox() to export_to_mbox().
  3533.       Fixed a memory leak bug.
  3534.     * src/export.[ch]: added for exporting folder to mbox.
  3535.     * src/import.[ch]: made import_mbox() take default folder.
  3536.       Added description to the dialog.
  3537.     * src/summaryview.c: summary_show(): fixed a bug that kept the
  3538.       toolbar buttons insensitive after receiving messages.
  3539.     * src/export.c
  3540.       src/import.c: fixed a bug that caused quitting of the program
  3541.       when OK or Cancel button was clicked several time.
  3542.     * src/prefs_common.[ch]
  3543.       src/addressbook.c: added "Add address to destination when
  3544.       double-clicked" option.
  3545.  
  3546. 2001-04-19
  3547.  
  3548.     * src/prefs_common.[ch]: reorganized the items of settings,
  3549.       and added Message tab.
  3550.     * src/main.c: parse_cmd_opt(): added command line option --version.
  3551.     * src/mh.c: made it unset MSG_DELETED flag when moved/copied to
  3552.       special folders.
  3553.     * src/prefs_common.[ch]
  3554.       src/headerview.[ch]: the header pane can be toggled now.
  3555.     * src/prefs_common.[ch]
  3556.       src/textview.c: page scroll step is now selectable between
  3557.       one page and half page.
  3558.     * src/mbox.[ch]: added export_mbox() that reads all messages
  3559.       in a folder, and store them into one mbox file.
  3560.  
  3561. 2001-04-18
  3562.  
  3563.     * src/prefs_filter.[ch]: separated filter setting code from
  3564.       prefs_common.c, and made it a separate dialog.
  3565.  
  3566. 2001-04-17
  3567.  
  3568.     * version 0.4.64
  3569.  
  3570.     * src/automaton.[ch]
  3571.       src/inc.c: fixed the bug that made Sylpheed crash when clicking
  3572.       Cancel button while getting new mail (thanks to Sergey Vlasov).
  3573.     * src/xml.c: xml_build_tree()
  3574.       src/addressbook.c: fixed a bug that caused infinite loop if an
  3575.       illegal XML file was given.
  3576.  
  3577. 2001-04-16
  3578.  
  3579.     * src/summaryview.c
  3580.       src/inc.c: applied the patch from Sergey Vlasov that fixes the
  3581.       problem when the "Go to inbox after receiving new mail" option
  3582.       was turned off (thanks!).
  3583.  
  3584. 2001-04-15
  3585.  
  3586.     * src/xml.[ch]: modified so that it supports some characters which
  3587.       must be escaped, and multiple-lined tag.
  3588.     * src/folder.c
  3589.       src/addressbook.c: modified so that it escapes some characters
  3590.       like '<', '>', '&', ''', '"'.
  3591.  
  3592. 2001-04-10
  3593.  
  3594.     * version 0.4.63
  3595.  
  3596.     * src/folder.[ch]
  3597.       src/mainwindow.c
  3598.       src/mh.[ch]
  3599.       src/procmsg.[ch]
  3600.       src/summaryview.[ch]: applied the patch from Darko Koruga that
  3601.       adds copy message operation for the MH folders (thanks!).
  3602.     * src/imap.c: disabled slash to dot conversion.
  3603.     * src/imageview.c: fixed a bug that displayed an old image when
  3604.       loading of a image failed (thanks to Darko Koruga).
  3605.  
  3606. 2001-04-09
  3607.  
  3608.     * src/procmsg.c: procmsg_read_cache(): added setvbuf() to speed up
  3609.       cache reading (thanks to Sergey Vlasov).
  3610.     * src/inc.c
  3611.       src/summaryview.[ch]
  3612.       prefs_common.[ch]: applied the patch that keeps the same folder
  3613.       after receiving new mail (thanks to Sergey Vlasov).
  3614.     * src/textview.c
  3615.       src/utils.[ch]: moved get_quote_level() to utils.c.
  3616.  
  3617. 2001-04-08
  3618.  
  3619.     * ac/Makefile.am: added.
  3620.     * Makefile.am
  3621.       configure.in: added ac directory.
  3622.  
  3623. 2001-04-07
  3624.  
  3625.     * src/summaryview.c: summary_filter(): made it move messages
  3626.       immediately if immediate_exec option is set.
  3627.     * src/prefs_common.[ch]
  3628.       src/textview.[ch]
  3629.       src/gtkutils.[ch]: applied the message coloring patch from
  3630.       Stephen Anthony with some modification (thanks!).
  3631.     * src/gtksctree.c
  3632.       src/mimeview.c: modified the behavior of MimeView (thanks to
  3633.       HIRAMATSU).
  3634.  
  3635. 2001-04-06
  3636.  
  3637.     * src/utils.c: copy_file()
  3638.       src/mh.c: applied (and modified) the patch from Darko Koruga
  3639.       that enables to move messages across file systems (thanks!).
  3640.     * src/procheader.c
  3641.       src/utils.[ch]: applied the patch from Jorge Van Hemelryck
  3642.       that converts the date of messages to the local time (thanks!).
  3643.     * src/utils.c: remote_tzoffset_sec(): fixed a bug that the signs
  3644.       of one-letter timezone were reversed.
  3645.     * src/folder.c: folder_item_add_msg(): put the assertion for the
  3646.       add_msg() method (thanks to TAKANO).
  3647.  
  3648. 2001-04-05
  3649.  
  3650.     * src/procmime.c: procmime_decode_content(): fixed a bug that
  3651.       corrupted quoted-printable encoded messages when they include
  3652.       `=00' (thanks to Masahiro Tomita).
  3653.     * src/gtksctree.c
  3654.       src/mimeview.c
  3655.       src/summaryview.c: modified the DnD behavior of MIME view
  3656.       (thanks to HIRAMATSU).
  3657.  
  3658. 2001-04-04
  3659.  
  3660.     * src/about.c: applied the patch from Sergey Vlasov that fixes
  3661.       the appearance of the about dialog (thanks!).
  3662.     * src/prefs_common.[ch]
  3663.       src/rfc2015.[ch]
  3664.       src/mimeview.c
  3665.       src/procmime.[ch]
  3666.       src/compose.[ch]
  3667.       src/passphrase.c
  3668.       src/textview.[ch]: applied the GnuPG support patch which had
  3669.       ported from the sylpheed-win32 branch (thanks to Sergey Vlasov).
  3670.     * INSTALL, INSTALL.jp: updated the description about GnuPG.
  3671.  
  3672. 2001-04-03
  3673.  
  3674.     * src/utils.[ch]: added references_list_append() that parses
  3675.       References header and makes it string list.
  3676.     * src/compose.c: modified so that too long References header is
  3677.       truncated, garbage characters are removed, and header is tidied
  3678.       up (thanks to Matthias Intemann).
  3679.  
  3680. 2001-04-02
  3681.  
  3682.     * src/addr_compl.c: applied the address completion bugfix patch
  3683.       from Alfons Hoogervorst (thanks!).
  3684.  
  3685. 2001-04-01
  3686.  
  3687.     * src/gtksctree.c: modified so that the tree_select_row signal
  3688.       actually pass the column number.
  3689.     * src/summaryview.c: summary_selected(): made generic mark and
  3690.       unread mark can be toggled with clicking of the columns.
  3691.       Added summary_mark_row_as_read() and summary_mark_row_as_unread().
  3692.     * src/prefs_common.c
  3693.       src/prefs_account.c: applied the layout fix patches from Sergey
  3694.       Vlasov, and adjusted some widths of GtkEntry widgets.
  3695.     * src/prefs.c: prefs_dialog_create(): enable notebook to take focus.
  3696.     * src/inc.c: inc_start(): modified so that authentication dialogs
  3697.       show server name too (thanks to Sergey Vlasov).
  3698.  
  3699. 2001-03-31
  3700.  
  3701.     * src/mimeview.c: mimeview_key_pressed(): fixed a bug that caused
  3702.       segmentation fault when a malformed multipart message is shown
  3703.       (thanks to Sergey Vlasov).
  3704.     * src/summaryview.c: summary_display_msg(): made it focus to the
  3705.       summary view if the MIME list is empty.
  3706.  
  3707. 2001-03-30
  3708.  
  3709.     * src/pixmaps/deleted.xpm
  3710.       src/pixmaps/mark.xpm
  3711.       src/summaryview.c: added deleted and mark icon.
  3712.     * src/gtkutils.c: gtkut_widget_init(): changed gtk_widget_destroy()
  3713.       to gtk_widget_unref().
  3714.     * src/addr_compl.c: start_address_completion(): fixed the bug that
  3715.       displayed warning when the address book was empty (thanks to
  3716.       Chideok Hwang).
  3717.  
  3718. 2001-03-29
  3719.  
  3720.     * src/summaryview.c: summary_show(): fixed a memory leak bug
  3721.       (thanks to ChiDeok Hwang).
  3722.     * src/pixmaps/forwarded.xpm
  3723.       src/pixmaps/replied.xpm
  3724.       src/pixmaps/new.xpm
  3725.       src/pixmaps/unread.xpm
  3726.       src/compose.c
  3727.       src/mainwindow.c
  3728.       src/prefs_common.c
  3729.       src/procmsg.h
  3730.       src/summaryview.[ch]: applied the patch from Marc Hoper
  3731.       that adds replied and forwarded mark to replying or forwarding
  3732.       messages (thanks!). And new and unread mark were replaced
  3733.       by the icons David Mehrmann created (thanks!).
  3734.     * src/summaryview.c: made the width of unread and MIME column
  3735.       fixed.
  3736.     * src/prefs.c: prefs_config_parse_one_line(): made it check the
  3737.       '=' separator (thanks to Sergey Vlasov).
  3738.  
  3739. 2001-03-26
  3740.  
  3741.     * src/prefs_common.[ch]: moved smooth scroll option to the
  3742.       interface tab.
  3743.     * src/textview.c: made the one-line scroll also perform smooth
  3744.       scrolling.
  3745.  
  3746. 2001-03-25
  3747.  
  3748.     * src/prefs_common.[ch]
  3749.       src/textview.c: applied the smooth scroll patch from Setoh and
  3750.       Ninomiya (thanks!).
  3751.  
  3752. 2001-03-24
  3753.  
  3754.     * src/summaryview.c: summary_attract_by_subject(): rewritten it
  3755.       using hash table for speeding up.
  3756.     * src/prefs_account.c: made filter_on_receive TRUE by default.
  3757.     * src/mainwindow.c: reordered menu items.
  3758.  
  3759. 2001-03-23
  3760.  
  3761.     * src/gtkutils.c: gtkut_clist_bindings_add(): fixed a bug that
  3762.       caused address completion not to accept space and enter key.
  3763.  
  3764. 2001-03-22
  3765.  
  3766.     * src/utils.[ch]
  3767.       src/codeconv.c: fixed a bug that didn't encode non-ASCII headers
  3768.       correctly.
  3769.     * src/compose.c: fixed a bug that didn't decode some headers
  3770.       correctly when replying or reediting drafts (thanks to Sergey
  3771.       Vlasov).
  3772.  
  3773. 2001-03-21
  3774.  
  3775.     * src/gtkutils.[ch]: added gtkut_widget_init() that modifies the
  3776.       behaviors of some classes.
  3777.     * src/main.c: main(): made it call gtkut_widget_init() first.
  3778.     * src/summaryview.c: summary_create(): removed the key binding code.
  3779.  
  3780. 2001-03-19
  3781.  
  3782.     * src/procmsg.[ch]: modified for the sake of readability.
  3783.  
  3784. 2001-03-18
  3785.  
  3786.     * src/mainwindow.c: changed "Clean trash" to "Empty trash".
  3787.       Added new menu items for folder manipulation.
  3788.       allsel_cb(): made it change the target between summary view and
  3789.       message view according to the input focus.
  3790.       Removed "Select all" from Summary submenu.
  3791.     * src/folderview.[ch]: added functions for creating/renaming/deleting
  3792.       folder.
  3793.     * src/procmsg.[ch]: made "marked" and "deleted" flag permanent, and
  3794.       removed "important" flag.
  3795.     * src/summaryview.c: added summary_set_row_marks() that sets style
  3796.       of a row according to the flags, and made some functions use it.
  3797.     * src/mainwindow.c: allsel_cb(): modified so that it selects
  3798.       summary view correctly if message view is toggled off.
  3799.  
  3800. 2001-03-17
  3801.  
  3802.     * src/socket.c: sock_connect_by_getaddrinfo(): fixed a resource
  3803.       leak bug of socket, and rewrote the routine.
  3804.     * src/inc.c: inc_mail(), inc_all_account_mail(): fixed a bug that
  3805.       displayed the wrong unread number in the folder tree if a
  3806.       folder was open and new messages arrived at the folder.
  3807.     * src/socket.c: sock_connect_by_getaddrinfo(): fixed a bug
  3808.       again.
  3809.  
  3810. 2001-03-15
  3811.  
  3812.     * src/mh.c: mh_move_msg(), mh_move_msgs_with_dest(): made it
  3813.       check the existence of the destination file.
  3814.     * src/procmsg.c: procmsg_set_flags(): made it count the last
  3815.       number of the message list (and fixed a bug that didn't open
  3816.       newly arrived message).
  3817.  
  3818. 2001-03-13
  3819.  
  3820.     * src/prefs_common.c: prefs_send_create(): removed EUC-JP and
  3821.       Shift_JIS from the outgoing codeset.
  3822.  
  3823. 2001-03-12
  3824.  
  3825.     * version 0.4.62
  3826.  
  3827. 2001-03-11
  3828.  
  3829.     * src/send.c: send_message_queue(): modified so that it finds
  3830.       the account from the `From' and the server name of the queued
  3831.       message.
  3832.     * src/account.[ch]: added account_find_from_smtp_server() that
  3833.       finds an account from the specified address and SMTP server.
  3834.     * src/Makefile.am
  3835.       src/mainwindow.c
  3836.       src/summaryview.[ch]
  3837.       src/sourcewindow.[ch]: integrated the viewing source patch from
  3838.       DINH V. Ho▀■(thanks!).
  3839.  
  3840. 2001-03-10
  3841.  
  3842.     * src/addr_compl.[ch]
  3843.       src/addressbook.c
  3844.       src/compose.c: applied the enhanced address completion patch
  3845.       from Alfons Hoogervorst (thanks!).
  3846.     * src/addr_compl.c: replaced g_assert() with g_return(_val)_if_fail().
  3847.     * src/folder.c: folder_init()
  3848.       src/folderview.c: folderview_drag_motion_cb()
  3849.       src/procmsg.c: procmsg_clean_trash()
  3850.       src/summaryview.c: summary_start_drag()
  3851.       src/imap.[ch]: integrated the IMAP4 move/remove function patch
  3852.       from Suzuki Mio (thanks!).
  3853.  
  3854. 2001-03-08
  3855.  
  3856.     * src/main.c: parse_cmd_opt(): made the --compose option realize
  3857.       mailto: URI.
  3858.     * src/utils.[ch]: execute_async(): supported quoted arguments
  3859.       correctly.
  3860.       strstr_with_skip_quote(), strsplit_with_quote(): quote-supported
  3861.       version of g_strsplit().
  3862.     * src/mimeview.c: mimeview_view_file()
  3863.       src/prefs_common.c: added single quotation mark around the file
  3864.       name.
  3865.  
  3866. 2001-03-07
  3867.  
  3868.     * configure.in
  3869.       src/compose.c
  3870.       src/prefs.c
  3871.       src/procmime.c
  3872.       src/summaryview.c
  3873.       src/mbox.c
  3874.       src/recv.c
  3875.       src/utils.[ch]: applied the security fix patch from Dmitry V.
  3876.       Levin with some modification (thanks!). Added my_tmpfile() to
  3877.       utils.[ch].
  3878.     * src/main.c: added --receive-all command-line option.
  3879.  
  3880. 2001-03-06
  3881.  
  3882.     * src/socket.c: sock_connect_thread(): fixed a bug that didn't
  3883.       compile if both multithread and IPv6 are enabled (thanks to
  3884.       Ishihara).
  3885.     * src/utils.[ch]
  3886.       src/compose.c: applied a patch from Jason McCarver that allows
  3887.       FIFO for signature file (thanks!).
  3888.     * src/textview.c: made some more refactoring.
  3889.     * src/socket.c: sock_accept(): changed socklen_t to gint.
  3890.  
  3891. 2001-03-05
  3892.  
  3893.     * src/main.c
  3894.       src/textview.c: some code cleanups.
  3895.  
  3896. 2001-03-04
  3897.  
  3898.     * src/compose.[ch]
  3899.       src/main.c
  3900.       src/textview.c: integrated the patch from Alfons Hoogervorst that
  3901.       fixes some glitches in clickable URI and enables mail addresses
  3902.       clickable, and enables the --compose command line option to
  3903.       specify address (thanks!).
  3904.  
  3905. 2001-03-03
  3906.  
  3907.     * src/esmtp.[ch]
  3908.       src/smtp.[ch]
  3909.       src/send.c
  3910.       src/prefs_account.[ch]
  3911.       src/Makefile.am: applied the SMTP AUTH patch from Martin Schaaf
  3912.       and fixed its a few bugs (thanks!).
  3913.     * src/textview.c: textview_key_pressed(): made it don't move focus
  3914.       to summary view.
  3915.     * src/main.c: parse_cmd_opt(): modified the help message.
  3916.     * src/html.[ch]: added empty_line to HTMLParser and modified
  3917.       the parser routines a bit.
  3918.  
  3919. 2001-03-01
  3920.  
  3921.     * src/html.c: added eucjp_symbol_list, and added some characters
  3922.       to ascii_symbol_list.
  3923.  
  3924. 2001-02-19
  3925.  
  3926.     * src/codeconv.[ch]: added a member `charset' and `charset_str'
  3927.       to CodeConverter.
  3928.     * src/html.[ch]: added the symbol list for ISO-8859-1 codeset.
  3929.       html_parser_new(): made it change the symbol hash table
  3930.       according to the character set of the document.
  3931.       html_parse_special(): made it recognize character code number.
  3932.  
  3933. 2001-02-17
  3934.  
  3935.     * src/textview.c: added textview_show_html() that parses HTML and
  3936.       display as a text.
  3937.       textview_show_part(): made it call textview_show_html() if
  3938.       the part is text/html.
  3939.     * src/html.[ch]: implemented HTML parser.
  3940.  
  3941. 2001-02-15
  3942.  
  3943.     * src/codeconv.[ch]: added CodeConverter, and its methods
  3944.       (conv_code_converter_new(), conv_code_converter_destroy(), and
  3945.        conv_convert()).
  3946.     * src/textview.c: removed the branches by HAVE_LIBJCONV and
  3947.       rewrote them using CodeConverter.
  3948.  
  3949. 2001-02-12
  3950.  
  3951.     * src/mbox.c: proc_mbox(): workaround for duplicated From_ line.
  3952.  
  3953. 2001-02-11
  3954.  
  3955.     * src/codeconv.c: some code cleanups.
  3956.  
  3957. 2001-02-05
  3958.  
  3959.     * src/mainwindow.c: main_window_popup(): fixed a bug that didn't
  3960.       popup the main window correctly.
  3961.     * src/codeconv.h: fixed a bug that the definition of CS_EUC_CN and
  3962.       CS_EUC_TW was reversed (thanks to Sakamoto).
  3963.  
  3964. 2001-02-04
  3965.  
  3966.     * src/gtkutils.[ch]
  3967.       src/main.c
  3968.       src/mainwindow.[ch]
  3969.       src/socket.[ch]: applied the patch from Hiramatu that enables
  3970.       prohibition of multiple execution and remote control with
  3971.       command line option (thanks!).
  3972.  
  3973. 2001-02-03
  3974.  
  3975.     * src/summaryview.c: summary_button_pressed(), summary_selected():
  3976.       made it toggle the view if middle button is clicked while message
  3977.       view is hidden.
  3978.       summary_drag_data_get(): fixed a memory leaking.
  3979.     * src/Makefile.am
  3980.       src/compose.c: compose_write_headers(): modified so that it uses
  3981.       host_alias for X-Mailer or X-Newsreader field.
  3982.  
  3983. 2001-02-03
  3984.  
  3985.     * version 0.4.61
  3986.  
  3987.     * src/folderview.c: fixed a bug that prevented a folder from being
  3988.       created if there were already folders that have the same name
  3989.       somewhere at another place.
  3990.  
  3991. 2001-02-02
  3992.  
  3993.     * src/folderview.c: folderview_update_all(): fixed a bug that
  3994.       caused segmentation fault when a folder was selected after
  3995.       updating the folder tree.
  3996.     * src/compose.c: compose_send(): fixed a locking bug.
  3997.       compose_write_headers(): fixed a bug that referred to cur_account.
  3998.       compose_convert_header(): made it check the arguments.
  3999.  
  4000. 2001-02-01
  4001.  
  4002.     * src/main.c: some cleanups and added --help option.
  4003.  
  4004. 2001-01-31
  4005.  
  4006.     * src/send.c: re-enabled user-defined domain name setting.
  4007.     * src/utils.c: is_next_mbs(): changed the size of temporary
  4008.       multibyte array to MB_CUR_MAX.
  4009.       strdup_mbstowcs(): added error check to mbstowcs().
  4010.       strdup_wcstombs(): added error check to wcstombs().
  4011.     * src/addr_compl.c: get_address_from_edit(): made it check the
  4012.       return value of strdup_mbstowcs().
  4013.     * src/codeconv.c: conv_encode_header(): added error checking
  4014.       to strdup_mbstowcs().
  4015.  
  4016. 2001-01-30
  4017.  
  4018.     * src/utils.c: log_error(): changed g_error() to g_warning() so
  4019.       that it doesn't abort.
  4020.       Added iswalnum().
  4021.     * src/addr_compl.c: add_address(): fixed a bug that aborted the
  4022.       program if the name or the address is empty.
  4023.       get_address_from_edit(): supported multibyte characters.
  4024.     * configure.in: fixed a typo.
  4025.     * src/send.c: re-enabled user-defined SMTP port setting.
  4026.  
  4027. 2001-01-30
  4028.  
  4029.     * version 0.4.60
  4030.  
  4031.     * configure.in: added --enable-gpgme option, and disabled GPGME
  4032.       by default.
  4033.     * made GPGME related members in MimeInfo not used if disabled.
  4034.     * src/rfc2015.c: some cleanups for warning.
  4035.     * README
  4036.       README.jp
  4037.       INSTALL
  4038.       INSTALL.jp: updated.
  4039.     * Makefile.am: modified bzip2 option.
  4040.  
  4041. 2001-01-29
  4042.  
  4043.     * src/procmime.[ch]: added MIME_APPLICATION_OCTET_STREAM to
  4044.       MIME type.
  4045.     * src/mimeview.c: mimeview_view_file(): made it do nothing if
  4046.       the MIME type is application/octet-stream.
  4047.     * src/folderview.c: folderview_update_all(): made it show modal
  4048.       dialog while updating folders.
  4049.     * src/folderview.c: folderview_update_all(): fixed a bug that
  4050.       didn't remove the dialog.
  4051.  
  4052. 2001-01-28
  4053.  
  4054.     * src/mimeinfo.c: merged the patch from John E.P. Hynes that
  4055.       launches the attached file using metamail (thanks!).
  4056.     * src/procmime.[ch]: added procmime_get_tmp_file_name().
  4057.     * src/compose.c
  4058.       src/addr_compl.[ch]: merged the patch from Alfons Hoogervorst
  4059.       that enables address completion in the address entry on the
  4060.       composition window (thanks!).
  4061.     * src/addr_compl.c: get_all_addresses(), read_address_book():
  4062.       modified so that it uses xml_free_tree() for freeing the address
  4063.       tree.
  4064.  
  4065. 2001-01-27
  4066.  
  4067.     * src/utils.c: remove_dir_recursive(): fixed a bug that failed to
  4068.       remove the current directory (thanks to Maki).
  4069.     * src/summary_search.c: added `Select all matched' option to the
  4070.       search dialog (thanks to Takahashi).
  4071.     * src/pixmaps/stock_mail_attach.xpm
  4072.       src/pixmaps/tb_address_book.xpm
  4073.       src/compose.c: added some toolbar icons contributed from
  4074.       Leandro Pereira (thanks!).
  4075.  
  4076. 2001-01-25
  4077.  
  4078.     * src/rfc2015.c: passphrase_cb(): *finally* fixed a bug that caused
  4079.       segmentation fault when the passphrase dialog was cancelled.
  4080.       Hided the passphrase in the debug message.
  4081.     * src/about.c: about_create(): fixed a bug that failed to compile
  4082.       when none of the features were used.
  4083.     * src/foldersel.c: foldersel_set_tree(): made it display all
  4084.       MH folders.
  4085.     * src/inc.c: inc_start(): fixed a bug that showed password dialog
  4086.       continuously if it was cancelled.
  4087.     * src/summaryview.c: summary_write_cache(): put an assertion after
  4088.       folder_item_get_cache_file() to prevent the crash.
  4089.     * thanks to Maki for the above four fixes.
  4090.     * src/utils.h: added #include <alloca.h>.
  4091.  
  4092. 2001-01-24
  4093.  
  4094.     * src/rfc2015.c: changed some g_message() used for error messages
  4095.       to g_warning().
  4096.  
  4097. 2001-01-23
  4098.  
  4099.     * src/procmsg.[ch]: modified READ_CACHE_DATA() macro so that
  4100.       it can handle a string data of which length >= BUFFSIZE.
  4101.     * src/rfc2015.c: rfc2015_encrypt(): changed return to `goto failure'.
  4102.     * src/pixmaps/stock_mail_receive_all.xpm
  4103.       src/pixmaps/stock_mail_reply_to_all.xpm
  4104.       src/Makefile.am
  4105.       src/mainwindow.c: main_window_toolbar_create(): added new toolbar
  4106.       icons contributed from David Mehrmann (thanks!).
  4107.     * src/inc.[ch]: overhauled the architecture so that it don't create
  4108.       and destroy progress dialog for each incorporation in `get all'
  4109.       mode.
  4110.  
  4111. 2001-01-22
  4112.  
  4113.     * src/mh.c: mh_scan_tree_recursive(): fixed a bug that mistook
  4114.       sub folders named `inbox', etc. as special folders.
  4115.     * src/rfc2015.c: rfc2015_encrypt(): fixed a bug that didn't quote
  4116.       boundary correctly.
  4117.  
  4118. 2001-01-21
  4119.  
  4120.     * applied the GnuPG patch from Werner Koch (thanks!).
  4121.     * removed Mixmaster support.
  4122.     * src/rfc2015.c: changed g_error() to g_warning() and modified some
  4123.       messages.
  4124.     * src/about.c: about_create(): modified compiled-in features list.
  4125.     * README
  4126.       README.jp
  4127.       INSTALL
  4128.       INSTALL.jp: updated.
  4129.     * src/select-keys.c: create_dialog(): modified the layout.
  4130.     * src/headerwindow.c
  4131.       src/addressbook.c
  4132.       src/logwindow.c: made it raise the window if the window is already
  4133.       open.
  4134.     * src/prefs_common.[ch]: added an option for immediate execution.
  4135.     * src/summaryview.c: made it execute immediately when messages are
  4136.       moved or deleted if immediate_exec option is turned on.
  4137.     * src/summaryview.c: summary_delete(), summary_move_selected_to():
  4138.       moved summary_step() before summary_execute().
  4139.     * src/folderview.c: folderview_update_all(): made it scan folder
  4140.       tree correctly.
  4141.     * src/compose.c: compose_write_headers(): made it don't add
  4142.       In-Reply-To header if to_list is empty.
  4143.  
  4144. 2001-01-09  Werner Koch  <wk@gnupg.org>
  4145.  
  4146.     * configure.in, acconfig.h: Check for GPGME.
  4147.     * ac/: New directory for local autoconf macros.
  4148.     * src/Makefile.am: Add support for GPGME
  4149.  
  4150.     * src/main.c (idle_function_for_gpgme): New.
  4151.     (main): Register this function.
  4152.  
  4153.     * src/about.c: Add a note about GPGME.
  4154.  
  4155.     * src/rfc2015.c, rfc2015.h: New.
  4156.  
  4157.     * src/mimeview.c (mimeview_show_message): Check signature.
  4158.     * src/procmime.c (procmime_scan_message): Ditto.
  4159.  
  4160.     * src/messageview.c (messageview_show): Add decryption stuff.
  4161.  
  4162.     * src/compose.c (compose_write_to_file): Encrypt the file if requested.
  4163.     (compose_toggle_encrypt_cb): New
  4164.     (compose_toggle_mixmaster_cb): New, just to be prepared for
  4165.     Mixmaster support.
  4166.     (compose_write_headers): Suppress some headers in mixmaster mode.
  4167.  
  4168.     * src/prefs_common.c (prefs_common_create): Add Privacy notebook sheet.
  4169.     (prefs_privacy_create): New.  Also some new structures etc.
  4170.     * src/compose.c (compose_create): Set encrypt button to prefs default.
  4171.     * src/compose.h (struct _Compose): Add use_encryption, use_mixmaster.
  4172.  
  4173.     * src/compose.c (compose_send): Add missing unlock before one return.
  4174.  
  4175. 2001-01-18
  4176.  
  4177.     * src/gtksctree.[ch]
  4178.       src/folderview.c
  4179.       src/summaryview.[ch]: applied the patch from Hiramatu that enables
  4180.       DnD from the summary view to the folder view and fixes some other
  4181.       probrems (thanks!).
  4182.     * src/mainwindow.c: scan_tree_func(): fixed a bug that caused
  4183.       segmentation fault.
  4184.     * src/imap.c: quoted user name in LOGIN and folder name in SELECT.
  4185.     * src/gtksctree.c: gtk_sctree_button_press(): fixed a bug that
  4186.       didn't toggle expansion of node.
  4187.  
  4188. 2001-01-17
  4189.  
  4190.     * src/imap.c: applied the patch from Nishimura that updates the
  4191.       message list more precisely and reads the message flags (thanks!).
  4192.     * src/textview.c: textview_show_header(): made X-Newsreader field
  4193.       be emphasized too.
  4194.     * src/summaryview.c: summary_show(): made it flush events when
  4195.       displaying summary.
  4196.  
  4197. 2001-01-15
  4198.  
  4199.     * src/summaryview.c: applied the patch from Alfons that enabled
  4200.       the horizontal scrollbar of summary view (thanks!).
  4201.  
  4202. 2001-01-13
  4203.  
  4204.     * src/compose.c: compose_cb(): fixed a bug that didn't open the
  4205.       composition window right after launching the program.
  4206.     * src/setup.c: scan_tree_func(): fixed a bug that caused
  4207.       segmentation fault.
  4208.  
  4209. 2001-01-13
  4210.  
  4211.     * version 0.4.52
  4212.  
  4213.     * src/textview.c: textview_set_font(): fixed a bug that caused
  4214.       segmentation fault if the mode of the text widget was changed
  4215.       between multibyte and singlebyte while the region was selected
  4216.       (GTK+ bug?).
  4217.  
  4218. 2001-01-11
  4219.  
  4220.     * src/mainwindow.c
  4221.       src/summaryview.c: made it unable to delete or move messages when
  4222.       in a news folder.
  4223.     * src/prefs_common.c
  4224.       src/news.c: added the option for maximum news article number.
  4225.  
  4226. 2001-01-10
  4227.  
  4228.     * src/compose.c: compose_send(): changed the location of temporary
  4229.       file. Made it use the default account if all of tried account
  4230.       aren't mail one, and made it show alert dialog and abort when even
  4231.       that failed.
  4232.     * src/prefs_account.c: prefs_account_get_new_id(): made it preserve
  4233.       last id number.
  4234.       prefs_account_open(): made it fill in personal information
  4235.       according to the default account when creating a new account.
  4236.     * sylpheed.spec.in: added to autogenerate sylpheed.spec with the
  4237.       proper version number (thanks to BONAIM).
  4238.     * configure.in
  4239.       Makefile.am: added entries for sylpheed.spec.in.
  4240.  
  4241. 2001-01-09
  4242.  
  4243.     * src/compose.[ch]: modified so that it can change account
  4244.       correctly.
  4245.     * src/send.[ch]: modified so that it doesn't see cur_account.
  4246.     * src/prefs_account.c: modified so that news setting doesn't
  4247.       show SMTP server entry.
  4248.  
  4249. 2001-01-08
  4250.  
  4251.     * src/folderview.c: fixed a bug that didn't sort special folders
  4252.       correctly when a new folder is created or renamed.
  4253.  
  4254. 2001-01-07
  4255.  
  4256.     * src/compose.[ch]: enabled to select account at composing window.
  4257.     * src/folderview.c: made it display unread number next to folder
  4258.       name.
  4259.     * src/prefs_common.[ch]: added the option for unread number display.
  4260.  
  4261. 2001-01-06
  4262.  
  4263.     * src/compose.[ch]: integrated news posting patch from DINH V. Ho`
  4264.       and made many modifications (thanks!).
  4265.       compose_write_headers(): made the spaces in newsgroups removed.
  4266.       Supported Followup-To.
  4267.       compose_destroy(): got the objects removed properly.
  4268.     * src/news.c: merged news_post_to_group() and news_post() since
  4269.       they doesn't have to do multiple posting.
  4270.     * src/import.c: import_destsel_cb(): fixed a bug that failed to
  4271.       import into the selected folder.
  4272.     * src/prefs_account.c: modified the interfaces.
  4273.  
  4274. 2001-01-05
  4275.  
  4276.     * src/codeconv.[ch]
  4277.       prefs_common.c: changed "SHIFT-JIS" to "Shift_JIS" since the
  4278.       string is registerd to IANA.
  4279.     * src/nntp.[ch]: added nntp_post().
  4280.     * src/news.[ch]: added news_post() and news_post_to_group().
  4281.  
  4282. 2001-01-04
  4283.  
  4284.     * src/account.c: account_edit_open()
  4285.       src/mainwindow.c: new_account_cb(): made it unable to edit
  4286.       accounts if some composing windows are open.
  4287.  
  4288. 2001-01-03
  4289.  
  4290.     * src/folder.[ch]: added folder_set_name().
  4291.     * src/account.c: made a folder name of IMAP4/NNTP become the same
  4292.       as the name of account.
  4293.  
  4294. 2001-01-02
  4295.  
  4296.     * src/summaryview.c: summary_filter_func(): fixed a bug that failed
  4297.       to filter messages.
  4298.  
  4299. 2001-01-02
  4300.  
  4301.     * version 0.4.51
  4302.  
  4303.     * src/mbox.c: fixed a bug that didn't incorporate spool file
  4304.       correctly. Modified so that it recognizes From_ line as separator
  4305.       of messages even if the previous line isn't empty line.
  4306.     * src/send.c: send_message_queue()
  4307.       src/procmsg.c: procmsg_send_queue(): Fixed a bug that printed
  4308.       warning when it tried to delete a sent message.
  4309.  
  4310. 2001-01-01
  4311.  
  4312.     * version 0.4.50
  4313.  
  4314.     * src/folder.[ch]
  4315.       src/news.[ch]: modified so that it actually gets news articles.
  4316.     * src/utils.[ch]: added make_dir_hier() that creates directory
  4317.       hierarchy.
  4318.     * src/folder.c:
  4319.       folder_item_get_cache_file(), folder_item_get_mark_file():
  4320.       made it creates cache directory if it doesn't exist.
  4321.       folder_add(): made it insert the added folder into the correct
  4322.       position.
  4323.     * src/imap.[ch]: modified so that it suits the new folder
  4324.       architecture. Fixed a bug that caused segmentation fault
  4325.       if authentication failed at imap_auth().
  4326.     * src/folderview.c: implemented IMAP4 folder handling routines.
  4327.  
  4328. 2000-12-31
  4329.  
  4330.     * src/prefs_account.[ch]: added account ID and nntp_server
  4331.       to PrefsAccount. And added the interface for NNTP server.
  4332.     * src/folderview.c: modified news folder handling routines.
  4333.     * src/folder.[ch]: removed cache_dir from RemoteFolder, and
  4334.       modified folder_item_get_path().
  4335.  
  4336. 2000-12-29
  4337.  
  4338.     * src/folder.[ch]: added create_folder(), rename_folder(),
  4339.       remove_folder() to Folder class.
  4340.     * src/mh.[ch]: added mh_create_folder(), mh_rename_folder(), and
  4341.       mh_remove_folder().
  4342.       Implemented mh_create_tree() that creates MH directory tree.
  4343.       mh_rename_folder(): modified so that the paths of sub folders
  4344.       are set properly.
  4345.     * src/folderview.c: modified folderview_new_folder_cb(),
  4346.       folderview_rename_folder_cb(), and folderview_delete_folder_cb()
  4347.       so that they work properly.
  4348.       Added folderview_remove_mailbox_cb() and the menu entry that
  4349.       remove mailbox from folder tree.
  4350.     * src/setup.[ch]: added for initial setup.
  4351.     * src/alertpanel.c: modified the appearance of the dialog.
  4352.     * src/compose.c: fixed compose_save_to_outbox() and
  4353.       compose_queue() so that it sets flags correctly.
  4354.  
  4355. 2000-12-28
  4356.  
  4357.     * src/mainwindow.c: modified the strings of toolbar labels.
  4358.  
  4359. 2000-12-27
  4360.  
  4361.     * src/gtkutils.[ch]: added gtkut_ctree_node_move_if_on_the_edge().
  4362.     * src/summaryview.c: summary_display_msg(): made it scroll the
  4363.       list if the message of the edge of that is displayed.
  4364.  
  4365. 2000-12-25
  4366.  
  4367.     * src/folder.[ch]
  4368.       src/mh.[ch]: added functions for moving messages.
  4369.     * src/procmsg.[ch]: moved procmsg_move_messages_with_dest()
  4370.       to folder.c and mh.c. Added procmsg_to_folder_hash_table().
  4371.  
  4372. 2000-12-24
  4373.  
  4374.     * src/utils.[ch]: added get_tmp_file().
  4375.     * src/pop.c
  4376.       src/inc.c
  4377.       src/folder.c: fixed a bug that failed to drop messages.
  4378.     * src/mh.c: mh_scan_folder(): made it check new, unread, and total
  4379.       number of the folder.
  4380.  
  4381. 2000-12-23
  4382.  
  4383.     * src/folderview.c: added special folder setting routine.
  4384.     * src/folder.[ch]: added a method is_msg_changed().
  4385.       Implemented folder_find_item_from_path().
  4386.     * src/summaryview.c: fixed some bugs that wrongly freed FolderItem's.
  4387.     * autogen.sh: fixed so that the configure can take arguments.
  4388.  
  4389. 2000-12-22
  4390.  
  4391.     * src/main.c
  4392.       src/mainwindow.[ch]: added main_window_new_mailbox() that asks
  4393.       the path of mailbox and create the one.
  4394.     * src/folderview.c: made the folder tree and selected folder
  4395.       expanded.
  4396.  
  4397. 2000-12-21
  4398.  
  4399.     * src/mh.[ch]
  4400.       src/folder.c: implemented mh_scan_tree() that scans the folder
  4401.       recursively and create the tree.
  4402.  
  4403. 2000-12-19
  4404.  
  4405.     * src/compose.c
  4406.       src/defs.h
  4407.       src/filter.[ch]
  4408.       src/folder.[ch]
  4409.       src/foldersel.[ch]
  4410.       src/folderview.[ch]
  4411.       src/imap.[ch]
  4412.       src/import.c
  4413.       src/inc.c
  4414.       src/main.[ch]
  4415.       src/mainwindow.c
  4416.       src/mbox.[ch]
  4417.       src/mh.[ch]
  4418.       src/news.[ch]
  4419.       src/prefs_common.c
  4420.       src/procmsg.[ch]
  4421.       src/summaryview.[ch]
  4422.       src/xml.[ch]
  4423.       src/Makefile.am: merged the development tree into the cvs tree.
  4424.       Some functions are not unimplemented yet.
  4425.  
  4426. 2000-12-18
  4427.  
  4428.     * version 0.4.9
  4429.  
  4430. 2000-12-11
  4431.  
  4432.     * src/xml.[ch]: supported omitted tag (<tag />).
  4433.     * src/procmsg.c: procmsg_msg_exist(): fixed a memory leak bug.
  4434.     * src/imap.c: imap_parse_atom(): fixed a bug that caused
  4435.       segmentation fault if the subject was empty (thanks to Tsutsui).
  4436.     * src/folder.[ch]: updated.
  4437.  
  4438. 2000-12-10
  4439.  
  4440.     * src/xml.[ch]: added xml_parse_file() that parses the whole XML
  4441.       file specified and returns the tree.
  4442.  
  4443. 2000-12-09
  4444.  
  4445.     * po/pt_BR.po: fixed some typos that caused segmentation fault.
  4446.  
  4447. 2000-12-07
  4448.  
  4449.     * version 0.4.8
  4450.  
  4451.     * src/session.h: added.
  4452.     * src/folder.[ch]: updated.
  4453.     * src/compose.c: compose_write_to_file()
  4454.       src/codeconv.c: conv_get_outgoing_charset_str(): fixed a bug
  4455.       that put a garbage to charset if the outgoing character set was
  4456.       specified and non-ascii characters were used in subject.
  4457.  
  4458. 2000-12-04
  4459.  
  4460.     * src/statusbar.c: statusbar_puts(): fixed a bug that locked the
  4461.       progress if the status bar was hidden.
  4462.  
  4463. 2000-12-03
  4464.  
  4465.     * src/folder.[ch]: added for the more object-oriented folder
  4466.       management.
  4467.  
  4468. 2000-12-02
  4469.  
  4470.     * version 0.4.7
  4471.  
  4472.     * src/mainwindow.c
  4473.       src/prefs_common.[ch]: made the state of status bar get preserved.
  4474.     * src/compose.c: compose_insert_sig(): modified so that it doesn't
  4475.       put a separator if a signature file doesn't exist.
  4476.     * src/prefs_account.[ch]
  4477.       src/inc.c: added the option that toggles whether to receive
  4478.       messages when getting from all accounts.
  4479.     * README
  4480.       README.jp: updated the description and added some usages.
  4481.  
  4482. 2000-12-01
  4483.  
  4484.     * src/Makefile.am
  4485.       src/gtkshruler.[ch]
  4486.       src/compose.[ch]: applied the patches from Alfons Hoogervorst
  4487.       that makes the ruler of composition window graphical (thanks!).
  4488.  
  4489. 2000-11-27
  4490.  
  4491.     * src/codeconv.c
  4492.       src/mainwindow.c
  4493.       src/prefs_common.c: replaced CS_WINDOWS_1251 with CS_CP1251.
  4494.  
  4495. 2000-11-27
  4496.  
  4497.     * version 0.4.6
  4498.  
  4499.     * src/compose.c: turned the color of quoted messages black again.
  4500.  
  4501. 2000-11-26
  4502.  
  4503.     * src/about.c: added a clickable URI to the Sylpheed home page,
  4504.       and a list of compiled-in features.
  4505.     * src/compose.c: made the color of quoted messages blue.
  4506.     * src/summaryview.c: added `Show all header' to the context menu.
  4507.     * src/prefs_common.c: removed the threading option from the dialog.
  4508.     * src/compose.c: fixed a bug that didn't parse the quotation format
  4509.       correctly.
  4510.  
  4511. 2000-11-25
  4512.  
  4513.     * src/compose.c: compose_set_ext_editor_sensitive(): modified so
  4514.       that it toggles linewrap menu item and tool button.
  4515.     * src/prefs_common.c: modified the default of the signature
  4516.       separator.
  4517.     * src/compose.[ch]: added ruler to the compose window.
  4518.     * src/prefs_common.[ch]: added a member for the state of ruler
  4519.       display.
  4520.  
  4521. 2000-11-24
  4522.  
  4523.     * src/headerview.[ch]: added the destroy function.
  4524.     * src/messageview.c: messageview_destroy(): fixed a memory leak
  4525.       bug that didn't freed the HeaderView object.
  4526.     * src/prefs.c: prefs_write_open(): fixed a memory leak bug.
  4527.     * src/xml.c: xml_close_file(): fixed a memory leak bug (thanks
  4528.       to Alfons Hoogervorst for the above three memory leak bug fixes).
  4529.  
  4530. 2000-11-23
  4531.  
  4532.     * version 0.4.5
  4533.  
  4534.     * README
  4535.       README.jp
  4536.       INSTALL
  4537.       INSTALL.jp: modified some descriptions.
  4538.  
  4539. 2000-11-22
  4540.  
  4541.     * src/compose.c: implemented line-wrapping functions.
  4542.     * src/prefs_common.[ch]: added the settings for line-wrapping.
  4543.     * src/codeconv.[ch]: added Windows-1251 to the codesets.
  4544.       conv_jistoeuc(): fixed a bug that caused segmentation fault
  4545.       when some half-width kana characters appeared.
  4546.     * src/summaryview.c: summary_select_all(): made it show message
  4547.       on the status bar if the number of messages is large.
  4548.  
  4549. 2000-11-18
  4550.  
  4551.     * src/compose.c: compose_reply(), compose_quote_parse_fmt():
  4552.       modified so that it parses the quotation mark too.
  4553.       Added %I that means the initial of sender to the format.
  4554.     * src/codeconv.[ch]: added GB2312 and Big5 to the codesets.
  4555.       Fixed a bug that set the wrong outgoing codeset.
  4556.     * src/mainwindow.c
  4557.       src/prefs_common.c: modified the menu item of Chinese codeset.
  4558.  
  4559. 2000-11-17
  4560.  
  4561.     * src/codeconv.[ch]
  4562.       src/prefs_common.[ch]: modified so that outgoing charset is
  4563.       saved as a string, not a number.
  4564.  
  4565. 2000-11-16
  4566.  
  4567.     * src/textview.c: textview_set_font(): changed the scheme of
  4568.       selecting between font and fontset. And changed the default
  4569.       font of ISO-8859-1.
  4570.     * src/headerview.c: headerview_show_xface(): made it ignore
  4571.       invalid X-Face.
  4572.     * src/codeconv.c: conv_codeset_strdup(), conv_get_code_conv_func():
  4573.       modified so that it consider the source codeset as ISO-2022-JP if
  4574.       it is NULL and the current locale is Japanese.
  4575.  
  4576. 2000-11-14
  4577.  
  4578.     * src/textview.c: textview_destroy(): fixed a bug that caused
  4579.       segmentation fault if textview->msgfont is NULL (thanks to
  4580.       Hiramatu).
  4581.     * src/main.c
  4582.       src/defs.h: applied the patch from Yanase that enables to
  4583.       save the shortcuts of the menus (thanks!).
  4584.  
  4585. 2000-11-11
  4586.  
  4587.     * src/mainwindow.[ch]: added main_window_set_menu_sensitive() that
  4588.       toggles the sensitivity of menu items.
  4589.     * src/summaryview.c: renamed summary_set_popup_sensitive() to
  4590.       summary_set_menu_sensitive(), and made it set the sensitivity of
  4591.       the main menu.
  4592.  
  4593. 2000-11-09
  4594.  
  4595.     * src/textview.c: textview_init(): fixed a bug that didn't disable
  4596.       the theme engine of GtkText (thanks to Hiramatu).
  4597.     * src/compose.c: compose_quote_parse_fmt(): added %n and %N that
  4598.       means the full name of sender and the first name.
  4599.     * manual/ja/*.??ml: updated to the latest version.
  4600.  
  4601. 2000-11-07
  4602.  
  4603.     * version 0.4.4
  4604.  
  4605.     * src/defs.h: separated the definitions from main.h and applied the
  4606.       patch from TOGAWA that sets DEFAULT_SPOOL_PATH and MAXPATHLEN
  4607.       from the system headers (thanks!).
  4608.     * src/codeconv.c: conv_get_current_charset(): fixes for lt_LT and
  4609.       UTF-8 locale.
  4610.     * src/textview.c: textview_set_font(): modified so that it sets
  4611.       the correct font when the locale is multi-byte.
  4612.       textview_destroy(): added proper codes for destruction.
  4613.       textview_show_header(): fixed the coloration of X-Mailer.
  4614.  
  4615. 2000-11-06
  4616.  
  4617.     * src/textview.[ch]: made TextView have single-byte and multi-byte
  4618.       GtkText, and switch between them according to the given codeset.
  4619.     * src/compose.c: compose_create(): modified the font setting
  4620.       routine.
  4621.  
  4622. 2000-11-02
  4623.  
  4624.     * src/textview.[ch]: moved the message font variable into TextView.
  4625.       textview_set_font(): modified so that it uses gdk_font_load()
  4626.       if the given codeset is US-ASCII or ISO-8859-*.
  4627.  
  4628. 2000-11-01
  4629.  
  4630.     * src/codeconv.c
  4631.       src/procmime.c
  4632.       src/prefs_common.c
  4633.       src/textview.c
  4634.       src/compose.c: workaround for the 8bit code issue (used
  4635.       gdk_font_load() instead of gdk_fontset_load() when the locale is
  4636.       C, or not set).
  4637.  
  4638. 2000-11-01
  4639.  
  4640.     * version 0.4.3
  4641.  
  4642.     * src/compose.[ch]: added `Draft' tool button.
  4643.     * src/imap.c: imap_parse_envelope(): fixed a parsing bug.
  4644.     * README, README.jp: added the explanation of the locale setting.
  4645.  
  4646. 2000-10-31
  4647.  
  4648.     * src/compose.c: made it overwrite the previous draft message when
  4649.       reedited the draft and saved it again.
  4650.     * src/procmsg.[ch]: added procmsg_msg_exist() that examine whether
  4651.       the message really exists.
  4652.     * src/folderview.[ch]: added folderview_scan_folder_a() and
  4653.       folderview_scan_folder_foreach_a() that scan the specified
  4654.       folders for each folderviews.
  4655.     * src/mainwindow.[ch]: removed main_window_scan_folder() and
  4656.       main_window_scan_folder_all().
  4657.       Added `Reedit' to the menu.
  4658.     * src/import.[ch]: removed MainWindow from the argument of
  4659.       import_mbox().
  4660.     * src/summaryview.c: removed the unnecessary items from the popup
  4661.       menu. Changed summary_reedit_cb() to summary_reedit(), and made
  4662.       it public.
  4663.  
  4664. 2000-10-30
  4665.  
  4666.     * src/compose.h: added a member msginfo to Compose.
  4667.     * src/procmsg.[ch]: added procmsg_msginfo_copy() that duplicates
  4668.       the MsgInfo object.
  4669.  
  4670. 2000-10-25
  4671.  
  4672.     * src/summaryview.c: made the the popup menu change the sensitivity
  4673.       according to the context. Fixed a bug that showed the `clean trash'
  4674.       dialog repeatedly if `D' key was pressed when the focus was on the
  4675.       summary view.
  4676.     * src/pixmaps/unread.xpm: changed the color of unread mark to blue.
  4677.  
  4678. 2000-10-22
  4679.  
  4680.     * src/main.c: fixed g_thread initialization.
  4681.  
  4682. 2000-10-21
  4683.  
  4684.     * src/codeconv.c: added pt_BR to locale_table.
  4685.     * src/prefs_common.c: prefs_send_create(): added `US-ASCII',
  4686.       `ISO-8859-1', and Japanese codeset to the option menu of outgoing
  4687.       codeset when not using libjconv.
  4688.     * src/compose.c: fixed the bug on saving draft again.
  4689.  
  4690. 2000-10-19
  4691.  
  4692.     * src/compose.c: compose_write_headers(): fixed a bug that failed
  4693.       to write headers if To: was empty when saving draft.
  4694.  
  4695. 2000-10-18
  4696.  
  4697.     * src/procmime.[ch]
  4698.       src/compose.c
  4699.       src/headerwindow.[ch]
  4700.       src/summaryview.c
  4701.       src/messageview.[ch]
  4702.       src/mimeview.c
  4703.       src/textview.c
  4704.       src/procmsg.[ch]
  4705.       src/procheader.[ch]: modified so that they can handle queue folder
  4706.       properly.
  4707.     * src/compose.[ch]
  4708.       src/summaryview.c: implemented draft-reediting function.
  4709.     * src/mainwindow.c
  4710.       src/summaryview.c
  4711.       src/mimeview.c: replaced *(GtkWidget **) with the macro
  4712.       GTK_WIDGET_PTR().
  4713.  
  4714. 2000-10-17
  4715.  
  4716.     * src/procmsg.[ch]: procmsg_msginfo_free(): fixed a memory leak bug.
  4717.       Added MSG_QUEUED and MSG_DRAFT to MsgFlags, and made it set them
  4718.       if the folder is QUEUE_DIR or DRAFT_DIR.
  4719.  
  4720. 2000-10-14
  4721.  
  4722.     * version 0.4.2
  4723.  
  4724.     * src/headerview.c
  4725.       src/messageview.c: modified the border of the headerview.
  4726.     * src/gtkutils.h: added the macro GTK_WIDGET_PTR() that casts
  4727.       an Sylpheed object to GtkWidget.
  4728.     * src/utils.c: remove_return(), remove_space(): fixed a bug that
  4729.       possibly caused segmentation fault.
  4730.     * src/compose.[ch]
  4731.       src/mainwindow.c
  4732.       src/summaryview.c: implemented `forward as an attachment'.
  4733.     * src/utils.[ch]: open_uri(): brought on URI opening function from
  4734.       textview.c and manual.c.
  4735.  
  4736. 2000-10-13
  4737.  
  4738.     * src/mainwindow.c
  4739.       src/summaryview.c
  4740.       src/compose.[ch]
  4741.       src/prefs_common.[ch]: removed `Reply with quote', and added
  4742.       `Reply to all', and added the option that decides whether to
  4743.       quote message on replying.
  4744.  
  4745. 2000-10-12
  4746.  
  4747.     * src/folderview.c: modified so that it uses gtkut_wait_for_draw()
  4748.       instead of GTK_EVENTS_FLUSH() for statusbar redraw.
  4749.     * src/codeconv.[ch]
  4750.       src/mainwindow.c
  4751.       src/prefs_common.c: added Baltic (ISO-8859-4,13) to the code sets.
  4752.     * src/compose.c: compose_send(): modified so that it shows error
  4753.       dialog when failed to send a message.
  4754.  
  4755. 2000-10-11
  4756.  
  4757.     * src/account.c: account_edit_close(): fixed a bug that didn't set
  4758.       current account when creating an account for the first time.
  4759.     * configure.in: added es to ALL_LINGUAS.
  4760.  
  4761. 2000-10-10
  4762.  
  4763.     * src/codeconv.c: conv_codeset_strdup(): made it use libkcc if
  4764.       possible.
  4765.       conv_get_code_conv_func(): modified so that it doesn't convert
  4766.       codeset if it is unknown.
  4767.     * src/folderview.c: folderview_update_msg_num(): modified style
  4768.       changing routine.
  4769.  
  4770. 2000-10-09
  4771.  
  4772.     * src/codeconv.c: conv_codeset_strdup(): modified so that it sets
  4773.       codesets automatically if the arguments are NULL.
  4774.     * src/textview.c: textview_write_line(): made it output warning
  4775.       message on the text view if conversion failed.
  4776.  
  4777. 2000-10-06
  4778.  
  4779.     * README, README.jp: modified the author of the manual.
  4780.  
  4781. 2000-10-05
  4782.  
  4783.     * src/headerview.[ch]
  4784.       src/messageview.[ch]: modified so that it uses GtkLabel widget
  4785.       instead of GtkText.
  4786.     * src/codeconv.c: conv_unmime_header(): modified so that it deletes
  4787.       unreadable codes if the current locale is EUC-JP and libjconv is
  4788.       used.
  4789.  
  4790. 2000-10-04
  4791.  
  4792.     * src/procmime.[ch]
  4793.       src/messageview.c
  4794.       src/mimeview.c
  4795.       src/textview.c: modified so that it parses MIME message more
  4796.       preferably.
  4797.     * src/imap.c: imap_parse_address(): fixed a bug.
  4798.  
  4799. 2000-10-03
  4800.  
  4801.     * src/procmsg.[ch]: added procmsg_get_message_file_path().
  4802.     * src/recv.c: recv_bytes_write(): added CR+LF -> LF conversion
  4803.       routine.
  4804.     * src/imap.[ch]: changed the name of the member `group' in
  4805.       IMAPSession to `mbox'.
  4806.       imap_gen_send(): modified so that it doesn't output the password
  4807.       to the log.
  4808.       Modified session destroying routine.
  4809.     * src/folderview.c: folderview_write_cache(): made it preserve
  4810.       the IMAP folder list.
  4811.     * src/procmime.c: procmime_scan_multipart_message(): fixed a bug
  4812.       that showed boundary at the end of an attached RFC822 part.
  4813.     * src/prefs_common.c: changed the default of toolbar style to
  4814.       both icon and text.
  4815.  
  4816. 2000-10-02
  4817.  
  4818.     * src/imap.c: imap_get_uncached_messages(): modified so that it
  4819.       doesn't get the cached envelopes.
  4820.       imap_session_get_message_info(): made it read only the cache
  4821.       if the session is not established.
  4822.     * src/procmsg.c: procmsg_set_flags(): supported IMAP folder.
  4823.     * src/news.c: news_get_article_info(): made it read only the cache
  4824.       if the session is not established.
  4825.  
  4826. 2000-10-01
  4827.  
  4828.     * src/textview.c: textview_write_line(): fixed a memory leak bug.
  4829.     * src/folderview.[ch]: made it create IMAP4 folders from the
  4830.       account information.
  4831.     * src/imap.[ch]: imap_session_get(): modified so that it creates
  4832.       IMAP4 session from the account information.
  4833.  
  4834. 2000-09-30
  4835.  
  4836.     * src/imap.[ch]: added for IMAP4 support.
  4837.     * src/summaryview.[ch]
  4838.       src/procmsg.c
  4839.       src/recv.[ch]: modified for IMAP4 support.
  4840.     * src/folderview.c: more IMAP4 implementation.
  4841.     * src/procmsg.[ch]: added procmsg_get_message_file() that retrieves
  4842.       the specified message and return the file name.
  4843.     * src/gtkutils.c: gtkut_widget_wait_for_draw(): fixed a bug that
  4844.       locked up the process if the given widget was invisible.
  4845.  
  4846. 2000-09-28
  4847.  
  4848.     * src/folderview.[ch]: added IMAP4-related code.
  4849.  
  4850. 2000-09-28
  4851.  
  4852.     * version 0.4.1
  4853.  
  4854.     * src/main.h: added IMAP_CACHE_DIR.
  4855.     * src/utils.[ch]: added get_imap_cache_dir().
  4856.     * src/procmsg.h: added M_IMAP to MsgType, and MSG_IMAP to MsgFlags.
  4857.       Added macro MSG_IS_IMAP().
  4858.     * src/codeconv.c: added `#include <locale.h>' for setlocale().
  4859.     * sylpheed.spec: fixed %files section.
  4860.  
  4861. 2000-09-27
  4862.  
  4863.     * version 0.4.0
  4864.  
  4865.     * src/codeconv.c: conv_get_current_charset(): made it compare
  4866.       string with strncasecmp().
  4867.     * src/compose.c: comopse_reply_parse_header(): workaround for
  4868.       the malformed References: header generated by OE5 :(
  4869.  
  4870. 2000-09-26
  4871.  
  4872.     * src/prefs_common.c
  4873.       src/prefs_account.c: modified the layout of the widgets.
  4874.  
  4875. 2000-09-26
  4876.  
  4877.     * version 0.3.99
  4878.  
  4879.     * src/*.[ch]: added copyright notice to the top of the source files.
  4880.     * src/compose.c: compose_write_attach(): modified filename encode
  4881.       routine.
  4882.  
  4883. 2000-09-25
  4884.  
  4885.     * src/mainwindow.c: fixed the menu entry of manual.
  4886.     * src/compose.c
  4887.       src/codeconv.[ch]: moved compose_encode_header() into codeconv.c,
  4888.       and applied the libjconv patch.
  4889.     * src/utils.c: strdup_mbstowcs(), strdup_wcstombs(): used g_realloc()
  4890.       to reduce the alloc'd memory to the optimal size.
  4891.     * src/prefs_common.[ch]: added outgoing codeset option menu.
  4892.     * src/compose.c: compose_send(): added exclusive lock to prevent
  4893.       multiple-sending.
  4894.     * configure.in: made '--enable-ipv6=no' the default.
  4895.     * src/compose.c: compose_write_attach(): made it encode the name
  4896.       of the attached file.
  4897.     * src/procmsg.c: procmsg_get_last_message_number(): fixed a bug that
  4898.       didn't check the type of file.
  4899.       procmsg_move_messages_with_dest(): fixed a bug that failed to
  4900.       move message if a directory that had the same name existed.
  4901.     * src/utils.c: is_ascii_str(): modified so that '\t', ' ', '\r', '\n'
  4902.       are included as ASCII characters.
  4903.  
  4904. 2000-09-24
  4905.  
  4906.     * src/compose.c
  4907.       src/procmime.[ch]: modified so that it actually works when using
  4908.       libjconv :)
  4909.     * src/codeconv.[ch]: added conv_codeset_strdup() that converts
  4910.       the codeset of string according to the codeset specified in
  4911.       arguments.
  4912.     * src/utils.[ch]: added is_ascii_str() that determines whether the
  4913.       string is 7bit-ASCII or not.
  4914.     * src/procmime.[ch]
  4915.       src/codeconv.[ch]: moved the character set related functions
  4916.       into codeconv.c.
  4917.     * merged the patch and the manual written by BONAIM (thanks!).
  4918.  
  4919. 2000-09-23
  4920.  
  4921.     * configure.in
  4922.       src/compose.c
  4923.       src/gtkutils.c
  4924.       src/mainwindow.c
  4925.       src/procmime.[ch]
  4926.       src/textview.c
  4927.       src/unmime.[ch]: applied the patch from Higuchi that utilizes
  4928.       libjconv and enables to handle many locales, including UTF-8
  4929.       (Unicode) (thanks!).
  4930.     * src/account.c: modified so that the account isn't changed when
  4931.       another account is selected on account edit dialog.
  4932.  
  4933. 2000-09-20
  4934.  
  4935.     * src/prefs_common.[ch]
  4936.       src/textview.c: added an option that specifies whether to display
  4937.       short headers on message view.
  4938.     * src/codeconv.[ch]: added function conv_unmime_header() that
  4939.       decodes MIME-encoded header and converts the character set.
  4940.       And added conv_unreadable_latin(), and modified conv_latintodisp().
  4941.     * src/messageview.[ch]: made the window get closed when escape key
  4942.       is pressed.
  4943.  
  4944. 2000-09-17
  4945.  
  4946.     * src/imageview.c: fixed a bug that caused segmentation fault if
  4947.       message view was in new window.
  4948.     * src/prefs_common.c: added `xemacs %s' to the external editor
  4949.       command line list.
  4950.  
  4951. 2000-09-16
  4952.  
  4953.     * version 0.3.29
  4954.  
  4955.     * src/summaryview.c: enabled to open a new message window with
  4956.       double-clicking.
  4957.     * src/prefs_common.[ch]
  4958.       src/messageview.c: made it preserve the window size of message
  4959.       window.
  4960.     * src/prefs_account.c: added `None (local)' to the option menu of
  4961.       protocol.
  4962.  
  4963. 2000-09-15
  4964.  
  4965.     * Makefile.am: added autogen.sh to EXTRA_DIST.
  4966.  
  4967. 2000-09-09
  4968.  
  4969.     * src/prefs_common.c: applied the patch from Paul Rolland that
  4970.       enables font selection dialog (thanks!).
  4971.     * src/compose.[ch]
  4972.       src/utils.[ch]: moved tzoffset() and compose_get_date() of
  4973.       compose.[ch] into utils.[ch].
  4974.     * src/main.[ch]: renamed the name of filter file to `filterrc'.
  4975.  
  4976. 2000-09-06
  4977.  
  4978.     * src/compose.[ch]
  4979.       src/utils.[ch]: modified address parsing routine so that it
  4980.       parses quotes correctly.
  4981.     * src/textview.c: textview_show_part(): modified so that it shows
  4982.       the simplified headers if the part is text/plain.
  4983.  
  4984. 2000-09-03
  4985.  
  4986.     * src/messageview.[ch]
  4987.       src/summaryview.[ch]
  4988.       src/mainwindow.c: enabled to open a message in new window.
  4989.     * src/messageview.[ch]
  4990.       src/mimeview.[ch]
  4991.       src/textview.[ch]
  4992.       src/imageview.[ch]: added destroy function, and modified the
  4993.       key handling routines.
  4994.  
  4995. 2000-09-02
  4996.  
  4997.     * src/socket.c: sock_connect_by_getaddrinfo(): fixed a bug that
  4998.       caused segmentation fault (thanks to KUROSAWA).
  4999.     * src/alertpanel.c: modified so that the focused button is
  5000.       selectable.
  5001.     * src/account.c
  5002.       src/compose.c
  5003.       src/folderview.c: modified so that the order of the buttons of
  5004.       alert panel will be `Yes', `No'.
  5005.  
  5006. 2000-09-01
  5007.  
  5008.     * src/utils.[ch]: added execute_async() and execute_command_line()
  5009.       that execute command line using execvp().
  5010.     * src/textview.c
  5011.       src/mimeview.c
  5012.       src/procmsg.c: replaced system() with execute_command_line()
  5013.       for security.
  5014.     * src/procmsg.c: turn back to system().
  5015.     * src/utils.c: modified execute_command_line().
  5016.  
  5017. 2000-08-31
  5018.  
  5019.     * src/mainwindow.c: main_window_get_size(): modified so that it
  5020.       doesn't update the height of SummaryView if MessageView is
  5021.       toggled off.
  5022.     * src/compose.[ch]: applied the patch from NAKAGAWA that fixes some
  5023.       probrems of external editor handling (thanks!).
  5024.     * src/uuencode.[ch]
  5025.       src/procmime.[ch]: applied the patch from Hiramatu that make it
  5026.       supports Content-Transfer-Encoding: x-uuencode (thanks!).
  5027.  
  5028. 2000-08-30
  5029.  
  5030.     * src/compose.[ch]
  5031.       src/prefs_common.[ch]: implemented the external editor faculty.
  5032.     * src/compose.c: compose_attach_property(): fixed some bugs on
  5033.       changing the property of attached file.
  5034.     * src/compose.c: fixed some bugs of external editor functions.
  5035.  
  5036. 2000-08-29
  5037.  
  5038.     * version 0.3.28
  5039.  
  5040.     * src/mainwindow.c
  5041.       src/prefs_common.[ch]
  5042.       src/summaryview.c: applied the patch from Paul Rolland that
  5043.       restores the size of widgets when restarting (thanks!).
  5044.     * src/folderview.c
  5045.       src/prefs_common.[ch]
  5046.       src/summaryview.c: applied the patch from Paul Rolland that saves
  5047.       the width of CTree columns (thanks!).
  5048.  
  5049. 2000-08-27
  5050.  
  5051.     * src/headerview.c: modified the height of HeaderView.
  5052.     * src/textview.c: textview_show_part(): made it process the message
  5053.       as normal text if it is single-part RFC822 message.
  5054.     * src/folderview.c
  5055.       src/summaryview.c: some changes around the key handling.
  5056.     * src/prefs_common.[ch]: substituted the word `assort' with `filter'.
  5057.  
  5058. 2000-08-26
  5059.  
  5060.     * src/codeconv.[ch]: added conv_latintodisp() for ISO-8859-1 support.
  5061.     * src/procheader.c: procheader_get_one_field(): fixed a bug that
  5062.       caused segmentation fault if the first line of the file is space
  5063.       or tab (thanks to Hiramatu).
  5064.     * src/mimeview.c: mimeview_drag_data_get(): modified so that the
  5065.       filename doesn't include G_DIR_SEPARATOR (thanks to Hiramatu).
  5066.     * src/prefs_account.c
  5067.       src/prefs_common.c: modified the dialog size.
  5068.     * src/prefs.c: made the dialog window growable.
  5069.  
  5070. 2000-08-25
  5071.  
  5072.     * version 0.3.27
  5073.  
  5074.     * configure.in: removed unnecessary AC_CHECK_FUNC(gettext) that
  5075.       caused the failure of the detection of libintl.
  5076.     * src/filter.[ch]
  5077.       src/prefs_common.c: implemented `not contain', and modified for
  5078.       future enhancement.
  5079.     * src/imageview.c: changed alertpanel_error() to g_warning() so that
  5080.       it doesn't grab mouse events.
  5081.     * src/compose.[ch]: added compose_list that holds the list of
  5082.       Compose objects, and added the function compose_get_compose_list().
  5083.     * src/main.c
  5084.       src/mainwindow.c
  5085.       src/summaryview.c: made it confirm if composing message exists.
  5086.  
  5087. 2000-08-23
  5088.  
  5089.     * src/compose.c: compose_reply_set_entry(): fixed a bug that caused
  5090.       segmentation fault when trying to reply the message in the queue
  5091.       folder (thanks to Kotobuki).
  5092.       compose_attach_property(): modified the property dialog routine
  5093.       so that it can handle input error.
  5094.     * src/mimeview.c: applied the patch from Hiramatu that enables
  5095.       the drag 'n drop from MimeView (thanks!).
  5096.     * src/headerview.[ch]
  5097.       src/procheader.c
  5098.       src/procmsg.h: applied the patches for X-Face support from
  5099.       HIROSHIMA (thanks!).
  5100.  
  5101. 2000-08-22
  5102.  
  5103.     * src/compose.c: compose_attach_property(): modified so that the
  5104.       property dialog can actually change the property of attached file.
  5105.  
  5106. 2000-08-21
  5107.  
  5108.     * configure.in
  5109.       src/Makefile.am: updated for gdk_imlib.
  5110.     * added AUTHORS and NEWS.
  5111.     * configure.in
  5112.       acconfig.h
  5113.       src/Makefile.am: modified so that configure auto-detects gdk-pixbuf
  5114.       and gdk_imlib library. And fixed a bug on IPv6 detecting.
  5115.     * src/imageview.c: supported gdk-pixbuf.
  5116.     * README
  5117.       README.jp
  5118.       INSTALL
  5119.       INSTALL.jp: added the mention about built-in image view.
  5120.     * configure.in: modified so that configure can disable gdk-pixbuf
  5121.       or/and gdk_imlib library.
  5122.  
  5123. 2000-08-20
  5124.  
  5125.     * src/imageview.[ch]
  5126.       src/main.c
  5127.       src/messageview.[ch]
  5128.       src/mimeview.[ch]: applied the patches from HIROSHIMA that enables
  5129.       to display image (thanks!).
  5130.  
  5131. 2000-08-19
  5132.  
  5133.     * version 0.3.26
  5134.  
  5135.     * src/summaryview.c: summary_assort_func(): modified to avoid
  5136.       `not receive' setting.
  5137.  
  5138. 2000-08-18
  5139.  
  5140.     * src/filesel.c: applied the patch from HIROSHIMA that makes it
  5141.       remember previous directory when opening the dialog (thanks!).
  5142.     * src/summaryview.[ch]: added a function summary_redisplay_msg().
  5143.     * src/mainwindow.c: set_charset_cb(): made it redisplay the message
  5144.       that is currently shown when the character set is changed.
  5145.     * src/inc.c
  5146.       src/pop.c
  5147.       src/prefs_common.c
  5148.       src/filter.h: applied the patch from Tanaka that enables not to
  5149.       receive specified messages according to the sorting rule (thanks!).
  5150.  
  5151. 2000-08-15
  5152.  
  5153.     * src/procmsg.[ch]: added MSG_MIME to the type MsgFlags. And modified
  5154.       so that it handles MSG_MIME flag, and it scans uncached messages
  5155.       when cache reading failed even if it is specified not to scan
  5156.       new messages.
  5157.     * src/procheader.c: procheader_parse(): added the determination of
  5158.       multipart MIME message.
  5159.     * src/main.h: increased CACHE_VERSION.
  5160.     * src/summaryview.[ch]: added the `MIME' column that shows whether
  5161.       a message is multipart or not.
  5162.     * src/prefs_common.[ch]: added the `MIME' column to the setting of
  5163.       displaying item.
  5164.     * added src/pixmaps/clip.xpm.
  5165.     * src/summaryview.c
  5166.       src/procmsg.[ch]: modified so that it prompts the print command
  5167.       before printing.
  5168.  
  5169. 2000-08-14
  5170.  
  5171.     * src/folderview.c: folderview_create()
  5172.       src/summaryview.c: summary_create():
  5173.       src/addressbook.c: addressbook_create(): set the expander style of
  5174.       CTree to GTK_CTREE_EXPANDER_SQUARE.
  5175.     * src/compose.c: modified the interface of property dialog.
  5176.  
  5177. 2000-08-13
  5178.  
  5179.     * src/compose.c: added property dialog for attached file.
  5180.  
  5181. 2000-08-11
  5182.  
  5183.     * src/procmsg.[ch]: added a function procmsg_print_message() that
  5184.       prints the given message.
  5185.     * src/summaryview.c: summary_print(): modified so that it prints
  5186.       all selected messages.
  5187.     * src/folderview.c: folderview_select_node(): fixed a bug that
  5188.       didn't focus on folder tree if inbox was empty when incorporating.
  5189.  
  5190. 2000-08-10
  5191.  
  5192.     * version 0.3.25
  5193.  
  5194.     * src/prefs_commmon.[ch]: added `Other' tab and an option for
  5195.       printing. And moved external browser option to there.
  5196.     * src/mainwindow.c
  5197.       src/summayview.[ch]: added print menu and implemented print
  5198.       functions.
  5199.  
  5200. 2000-08-09
  5201.  
  5202.     * src/prefs_account.c: made the default value of smtp_server to
  5203.       NULL.
  5204.     * src/folderview.c: folderview_update_msg_num(): modified so that
  5205.       it doesn't emphasize trash folder even if it has new or unread
  5206.       messages.
  5207.  
  5208. 2000-08-08
  5209.  
  5210.     * src/filesel.c: filesel_select_file(): (perhaps) fixed a bug that
  5211.       caused segmentation fault when file selection dialog was closed
  5212.       and other dialog was open immediately.
  5213.  
  5214. 2000-08-05
  5215.  
  5216.     * src/compose.c: compose_encode_header(): fixed a bug that caused
  5217.       infinite loop if wctomb() failed.
  5218.  
  5219. 2000-08-04
  5220.  
  5221.     * version 0.3.24
  5222.  
  5223.     * src/mimeview.c: enabled to open an attached file with double click
  5224.       and popup menu. And cleaned up the code.
  5225.     * src/procmime.[ch]: added a function procmime_get_part() that
  5226.       saves the part of multipart message.
  5227.  
  5228. 2000-08-03
  5229.  
  5230.     * src/main.[ch]
  5231.       src/mimeview.c
  5232.       src/prefs_common.[ch]
  5233.       src/procmime.[ch]
  5234.       src/utils.[ch]: applied a patch that enables to launch attached
  5235.       image, audio, and HTML file (thanks to Hashimoto).
  5236.     * src/filter.c: filter_match_condition(): fixed a bug that caused
  5237.       segmentation fault if the body of specified filter is NULL. And
  5238.       made the filter considered as being matched on that case.
  5239.  
  5240. 2000-07-30
  5241.  
  5242.     * src/summaryview.c:
  5243.       summary_save_as(): fixed a bug that unabled to save news articles.
  5244.       summary_display_msg(): added exclusive lock to prevent it from
  5245.       reading another news article while it is already processing one.
  5246.     * src/gtkutils.[ch]: added gtkut_widget_wait_for_draw() that waits
  5247.       the draw signal to be emitted.
  5248.     * src/mainwindow.c:
  5249.       main_window_cursor_wait()
  5250.       main_window_cursor_normal(): added gdk_flush() to change cursor
  5251.       immediately.
  5252.     * Makefile.am
  5253.       libkcc/Makefile.am: added EXTRA_DIST for `make dist'. And added
  5254.       a target `release' to Makefile.am.
  5255.  
  5256. 2000-07-28
  5257.  
  5258.     * src/socket.c: supported IPv6.
  5259.     * configure.in
  5260.       acconfig.h: added checking for IPv6.
  5261.     * prefs_common.c: changed the default of toolbar_style to icon only.
  5262.  
  5263. 2000-07-27
  5264.  
  5265.     * initial cvs import.
  5266.     * updated README and README.jp.
  5267.  
  5268. 2000-07-24
  5269.  
  5270.     * version 0.3.23
  5271.  
  5272.     * src/procmime.[ch]: modified the structure of MimeInfo so that it
  5273.       can be handled as a node of tree.
  5274.       Added procmime_mimeinfo_free_all() that frees all of the MimeInfo
  5275.       recursively.
  5276.       Added procmime_get_text_part() that scans a message and gets a text
  5277.       part for quoting.
  5278.     * src/mimeview.c: divided mimeview_scan_multipart_message() into
  5279.       procmime_scan_multipart_message() and mimeview_set_multipart_tree().
  5280.     * src/compose.c: compose_quote(), compose_forward():
  5281.       made it quote the text part of multipart message properly.
  5282.       Made it preserve the size of Compose window.
  5283.     * src/prefs_common.[ch]: added compose_width and compose_height to
  5284.       the members.
  5285.     * src/textview.c: textview_show_part(): some code cleanups.
  5286.     * src/codeconv.[ch]: added a function conv_get_code_conv_func().
  5287.  
  5288. 2000-07-20
  5289.  
  5290.     * version 0.3.22
  5291.  
  5292.     * src/codeconv.[ch]: fixed a bug that showed garbage characters if
  5293.       the return code of the message was CR+LF. And added
  5294.       conv_sjistoeuc().
  5295.     * src/summaryview.c: summary_attract_by_subject(): made it move
  5296.       the current view point to the selected row when executed.
  5297.     * src/textview.c: textview_show_part(): modified the character set
  5298.       determination routine.
  5299.     * src/folderview.c: folderview_update_msg_num(): fixed a bug that
  5300.       caused segmentation fault if boldfont was NULL.
  5301.     * src/compose.c: compose_create(): made it sets itself as the target
  5302.       of addressbook on window creation.
  5303.  
  5304. 2000-07-19
  5305.  
  5306.     * src/compose.c: compose_send(): fixed a bug that didn't save
  5307.       queued message to outbox when failed to send the message (thanks
  5308.       to T. Yamamoto).
  5309.  
  5310. 2000-07-15
  5311.  
  5312.     * src/inc.[ch]: modified so that it changes error message dialog
  5313.       depending on the results.
  5314.  
  5315. 2000-07-14
  5316.  
  5317.     * src/mainwindow.c: main_window_create(): set usize of account
  5318.       button on the status bar to 1 so that it doesn't get expanded
  5319.       more than necessary.
  5320.     * src/account.[ch]: account_foreach(): made it abort the iteration
  5321.       if the function returns nonzero.
  5322.     * src/inc.[ch]
  5323.       src/pop.c: modified so that it shows error message dialog if the
  5324.       message processing is failed.
  5325.  
  5326. 2000-07-04
  5327.  
  5328.     * version 0.3.21
  5329.  
  5330.     * src/mainwindow.c: made it popup account selection menu when
  5331.       account tool button or account status bar is pressed.
  5332.     * src/folderview.c
  5333.       src/prefs.c: suppressed the ENOENT perror messages.
  5334.     * src/pop.c: made it fall back on LAST command if UIDL failed.
  5335.  
  5336. 2000-07-01
  5337.  
  5338.     * src/procheader.c: procheader_parse(): fixed a bug that didn't
  5339.       parse References: header correctly (thanks to YAMAGUCHI).
  5340.  
  5341. 2000-06-29
  5342.  
  5343.     * version 0.3.20
  5344.  
  5345.     * src/compose.c: compose_reply_set_entry(): fixed a bug that didn't
  5346.       cc'd correctly when replying.
  5347.     * src/mainwindow.c
  5348.       src/summaryview.c: sorted out the main menu and the popup menu.
  5349.  
  5350. 2000-06-26
  5351.  
  5352.     * version 0.3.19
  5353.  
  5354.     * src/prefs_account.[ch]
  5355.       src/compose.c: made it be able to set Cc:, Bcc:, and Reply-To:
  5356.       automatically at composing (thanks to NAKAGAWA).
  5357.  
  5358. 2000-06-25
  5359.  
  5360.     * src/prefs_common.[ch]
  5361.       src/mainwindow.c
  5362.       src/main.c: made it selectable whether to ask before cleaning
  5363.       trash at the exit.
  5364.     * src/prefs_common.c: cleaned up the code and the interface a bit.
  5365.     * src/summaryview.c: modified the unthread functions for speeding
  5366.       up.
  5367.  
  5368. 2000-06-24
  5369.  
  5370.     * src/prefs_common.[ch]
  5371.       src/summaryview.c: made it display recipient on the `From' column
  5372.       if the address of the sender is the same as the current account
  5373.       (thanks to NAKAGAWA).
  5374.     * src/utils.[ch]: added a function extract_address() that extracts
  5375.       the address from `From:' header string.
  5376.     * src/mainwindow.c: allsel_cb(): fixed a bug that caused segmentation
  5377.       fault if `Edit/Select all' was selected when the message view was
  5378.       hidden (thanks to Tomita).
  5379.  
  5380. 2000-06-21
  5381.  
  5382.     * src/summaryview.c: modified execution routine so that it only
  5383.       unthreads nodes that are needed to be unthreaded.
  5384.  
  5385. 2000-06-19
  5386.  
  5387.     * src/news.c: news_session_get(): implemented the reconnection on
  5388.       being disconnected.
  5389.     * src/nntp.[ch]: added nntp_mode().
  5390.  
  5391. 2000-06-18
  5392.  
  5393.     * src/mbox.c: fixed a bug that didn't close mbox FILE pointer.
  5394.       And support assortment on processing mbox.
  5395.     * src/inc.c: inc_drop_message(): modified so that it uses hash table
  5396.       to store the last message number of folders.
  5397.     * src/summaryview.c
  5398.       src/addressbook.c: modified the behavior of CTree at right-click.
  5399.     * src/pop.c: pop3_getrange_uidl_recv(): fixed a potential buffer
  5400.       overflow bug (thanks to Nishiyama).
  5401.  
  5402. 2000-06-17
  5403.  
  5404.     * version 0.3.18
  5405.  
  5406.     * src/pop.[ch]
  5407.       src/inc.[ch]: implemented management of read message on POP server
  5408.       by UIDL.
  5409.     * src/utils.[ch]: removed (s)list_remove_all() because it can be
  5410.       replaced with g_(s)list_free().
  5411.     * src/summaryview.c: modified the arrangement of menu a bit.
  5412.     * src/summaryview.c: summary_status_show(): made it doesn't display
  5413.       server name but newsgroup.
  5414.     * src/prefs_common.c
  5415.       src/prefs_account.c: adjusted the calculation routine of dialog
  5416.       size.
  5417.  
  5418. 2000-06-15
  5419.  
  5420.     * version 0.3.17
  5421.  
  5422.     * src/compose.c: compose_reply_set_entry(): modified so that it
  5423.       cc's to the all addresses on To: and Cc: of the replied message.
  5424.       And swapped the position of Subject: and To: entry.
  5425.  
  5426. 2000-06-14
  5427.  
  5428.     * src/procheader.c: modified so that it can handle headers that
  5429.       aren't separated by space.
  5430.     * src/socket.c: sock_connect(): added a wait after connection to
  5431.       prevent lockup (thanks to NINOMIYA).
  5432.  
  5433. 2000-06-13
  5434.  
  5435.     * src/inc.c:
  5436.       inc_mail()
  5437.       inc_all_account_mail(): fixed a bug that caused segmentation
  5438.       fault if no account exist.
  5439.     * src/mainwindow.[ch]: made receive button unclickable when
  5440.       no account exist.
  5441.     * src/compose.c: compose_queue(): fixed a bug that didn't mark
  5442.       queued message properly.
  5443.     * src/utils.[ch]: separated code conversion functions into
  5444.       src/codeconv.[ch].
  5445.  
  5446. 2000-06-13
  5447.  
  5448.     * version 0.3.16
  5449.  
  5450.     * src/mimeview.c: mimeview_save_as()
  5451.       src/summaryview.c: summary_save_as(): made it ask whether to
  5452.       overwrite the existing file.
  5453.  
  5454. 2000-06-12
  5455.  
  5456.     * src/utils.c
  5457.       src/recv.c
  5458.       src/prefs.c
  5459.       src/prefs_common.c
  5460.       src/prefs_account.c
  5461.       src/addressbook.c
  5462.       src/compose.c
  5463.       src/mbox.c: fixed a bug that failed to check write error when
  5464.       disk was full and caused the loss of the file.
  5465.  
  5466. 2000-06-11
  5467.  
  5468.     * src/mainwindow.c: main_window_clean_trash(): made it move focus
  5469.       to folder view when finished.
  5470.     * src/utils.[ch]: added code conversion functions for display.
  5471.       And added strncpy2() that doesn't do zero fill and does
  5472.       null-termination, unlike original strncpy().
  5473.     * src/textview.c: modified so that it changes the code conversion
  5474.       function according to charset. And supported charset=SHIFT_JIS.
  5475.     * src/mainwindow.c
  5476.       src/prefs_common.h
  5477.       src/textview.c: made it possible to force character set of
  5478.       a message.
  5479.     * src/folderview.c: folderview_select_next_unread():
  5480.       made it search unread folder from begin if it isn't found.
  5481.  
  5482. 2000-06-11
  5483.  
  5484.     * version 0.3.15
  5485.  
  5486.     * src/mainwindow.c: fixed a probrem again that main window was
  5487.       stretched to the width of the toolbar.
  5488.     * src/mbox.c
  5489.       src/utils.c: is_header_line(): modified so that it recognizes
  5490.       a header which doesn't have a space after colon (thanks to Hotta).
  5491.     * src/filter.c: added `#include <strings.h>'.
  5492.     * src/smtp.c: replaced snprintf() with g_snprintf().
  5493.     * src/Makefile.am: added `-I$(top_srcdir)/intl' to INCLUDES for
  5494.       included gettext.
  5495.     * included sylpheed.spec.
  5496.  
  5497. 2000-06-10
  5498.  
  5499.     * src/prefs_common.[ch]: enabled to set the pixels of line space
  5500.       and decide whether to leave space on head of lines.
  5501.     * src/summaryview.c: modified so that it clears message view
  5502.       when displayed message is removed from the summary view.
  5503.     * src/mimeview.c: fixed a bug that caused infinite loop if
  5504.       terminal boundary of multipart message was not found (thanks to
  5505.       Nishika).
  5506.     * src/folderview.c: folderview_scan_mailbox(): made it ignore
  5507.       dot directory.
  5508.     * src/main.c: made it show warning dialog and exit if the file with
  5509.       the same name already exists when creating directory.
  5510.  
  5511. 2000-06-09
  5512.  
  5513.     * src/textview.c
  5514.       src/prefs_common.[ch]: made it possible to leave space between
  5515.       and on head of lines.
  5516.  
  5517. 2000-06-07
  5518.  
  5519.     * src/compose.c
  5520.       src/procmime.[ch]: made it scan /etc/mime.types and determine
  5521.       the MIME type of the attached file.
  5522.     * src/summaryview.c: made it clear message view if the summary
  5523.       is unselected on the execution, and made it move focus to
  5524.       folder view if the folder becomes empty.
  5525.     * src/mainwindow.c: fixed a probrem that main window was stretched
  5526.       to the width of the toolbar.
  5527.     * src/inc.c: fixed a bug that caused multiple gtk_main() event loop
  5528.       if `Check new mail on startup' was set.
  5529.  
  5530. 2000-06-06
  5531.  
  5532.     * src/compose.c: fixed a probrem that had been unable to insert
  5533.       a file to the current cursor position.
  5534.  
  5535. 2000-06-06
  5536.  
  5537.     * version 0.3.14
  5538.  
  5539.     * src/compose.[ch]: added `attach' button to the toolbar. And
  5540.       replaced the icon of `insert' to the new one.
  5541.  
  5542. 2000-06-05
  5543.  
  5544.     * src/mainwindow.[ch]: added `Execute' to the toolbar. And added
  5545.       a function main_window_set_toolbar_sensitive() that sets the
  5546.       sensitivity of the button of the toolbar.
  5547.     * src/compose.c: fixed a bug that output wrong header if
  5548.       a return code was included in the string of the text entry.
  5549.  
  5550. 2000-06-04
  5551.  
  5552.     * src/mainwindow.[ch]: added `Delete' to the toolbar and the menu.
  5553.       And added the same items in popup menu to the main menu.
  5554.     * src/utils.[ch]: added functions for DnD support.
  5555.     * src/compose.c: implemented file attachment and insertion with DnD
  5556.       (thanks to Hiramatu).
  5557.  
  5558. 2000-06-04
  5559.  
  5560.     * version 0.3.13
  5561.  
  5562.     * src/summaryview.c: fixed a bug that passed null pointer to
  5563.       is_dir_exist().
  5564.  
  5565. 2000-06-03
  5566.  
  5567.     * src/alertpanel.[ch]: added functions alertpanel_message(),
  5568.       alertpanel_notice(), and alertpanel_error(), and cleaned up
  5569.       the code.
  5570.     * src/folderview.c
  5571.       src/compose.c
  5572.       src/addressbook.c
  5573.       src/summaryview.c
  5574.       src/summary_search.c
  5575.       src/prefs_account.c
  5576.       src/foldersel.c: made them use alertpanel_error(),
  5577.       alertpanel_warning() or alertpanel_notice() for error message
  5578.       dialog.
  5579.     * src/summaryview.[ch]: enable sorting in reversed order.
  5580.     * src/inc.c: made it show error message dialog when failed to
  5581.       connect or authorize.
  5582.     * src/utils.h: added a macro FILE_OP_ERROR() and replaced many
  5583.       perror() with it.
  5584.  
  5585. 2000-06-03
  5586.  
  5587.     * version 0.3.12
  5588.  
  5589.     * src/compose.c: fixed a bug that didn't save a message to outbox
  5590.       when queued.
  5591.     * src/send.c: send_message_queue(): fixed a bug that included
  5592.       headers for queueing in the parsed data.
  5593.     * src/mainwindow.c: send_queue_cb(): made it pop statusbar message
  5594.       and update queue folder when finished.
  5595.  
  5596. 2000-06-02
  5597.  
  5598.     * version 0.3.11
  5599.  
  5600.     * src/filter.c
  5601.       src/inc.c
  5602.       src/compose.c: suppressed the warning messages.
  5603.     * src/mainwindow.[ch]: added next unread message button and menu
  5604.       items.
  5605.     * src/summaryview.[ch]: added a function summary_select_next_unread()
  5606.       that selects and opens next unread message.
  5607.  
  5608. 2000-06-01
  5609.  
  5610.     * src/prefs_common.[ch]: added a setting to decide whether to open
  5611.       unread message on entering a folder.
  5612.     * src/summaryview.c: made it open the first unread message only if
  5613.       the preference is set.
  5614.     * src/compose.c: fixed a bug that freed the string obtained from
  5615.       GtkEntry.
  5616.  
  5617. 2000-05-31
  5618.  
  5619.     * src/compose.c: added `Send later' to the menu and the toolbar
  5620.       which queues the message to send it later.
  5621.  
  5622. 2000-05-30
  5623.  
  5624.     * src/mainwindow.c: added an interface to resend the queued message.
  5625.     * src/compose.c: made it show alert dialog when a message will be
  5626.       queued.
  5627.  
  5628. 2000-05-29
  5629.  
  5630.     * src/procmsg.[ch]: added function procmsg_send_queue() that calls
  5631.       send_message_queue() for each queued messages.
  5632.  
  5633. 2000-05-28
  5634.  
  5635.     * src/inc.c: inc_drop_message(): modified so that it drops a message
  5636.       to the default inbox folder if destination folder doesn't exist.
  5637.     * src/compose.[ch]: added imput compatible queueing header to the
  5638.       queued message.
  5639.     * src/send.[ch]: added function send_message_queue() that send
  5640.       queued message.
  5641.  
  5642. 2000-05-27
  5643.  
  5644.     * configure.in
  5645.       acconfig.h: made it enabled to decide wheter to use multithread
  5646.       or not on configure.
  5647.     * src/summaryview.c: fixed a bug that made thread when executed
  5648.       despite of the setting (thanks to Hiroshima).
  5649.     * src/socket.[ch]: changed the return value of public
  5650.       sock_connect_*() function to the pointer to SockInfo object.
  5651.     * src/procmime.c: procmime_scan_mime_header():
  5652.       fixed a bug that returned NULL if the scanned part had no header
  5653.       (thanks to shigeri).
  5654.     * src/procmime.[ch]:
  5655.       added function procmime_scan_content_disposition() that parses
  5656.       Content-Disposition header field.
  5657.     * src/mimeview.c: made it uses filename value in Content-Disposition
  5658.       header.
  5659.     * src/pop.c
  5660.     * src/inc.c: modified so that password is prompted if the password
  5661.       on preferences is empty and previous POP3 session has failed on
  5662.       authorization.
  5663.  
  5664. 2000-05-23
  5665.  
  5666.     * src/socket.[ch]: added non-blocking IO mode socket and
  5667.       multithreaded connection support.
  5668.     * src/inc.c: supported multithread connection.
  5669.  
  5670. 2000-05-22
  5671.  
  5672.     * src/folderview.c: made the focus of SummaryView grabbed when
  5673.       a folder is selected only if the messages exist.
  5674.  
  5675. 2000-05-20
  5676.  
  5677.     * version 0.3.10
  5678.  
  5679.     * po/ja.po: fixed a bug that head `/' of a menu label was missing
  5680.       and caused segmentation fault when opened Compose window.
  5681.  
  5682. 2000-05-20
  5683.  
  5684.     * version 0.3.9
  5685.  
  5686.     * src/utils.c: get_domain_name(): modified so that it uses
  5687.       gethostname().
  5688.     * src/mimeview.c: added key binds for `Save as' and
  5689.       `Display as text'.
  5690.  
  5691. 2000-05-19
  5692.  
  5693.     * src/recv.c: fixed a bug that failed to return error value
  5694.       when fputs() failed and caused the loss of received mails when
  5695.       disk space was not left (thanks to Tajiri).
  5696.     * src/compose.c: supported Reply-To.
  5697.     * src/mimeview.c: improved key operation interface.
  5698.  
  5699. 2000-05-18
  5700.  
  5701.     * src/mimeview.[ch]
  5702.       src/procmime.[ch]
  5703.       src/textview.[ch]: supported nested multipart message and
  5704.       clean up the codes.
  5705.       Supported encapsulated RFC822 message.
  5706.  
  5707. 2000-05-16
  5708.  
  5709.     * src/compose.[ch]: made it free the alloc'd memory for attach
  5710.       information when the compose window is destroyed.
  5711.       Placed the attachment list and the text widget onto the paned
  5712.       widget.
  5713.       Enabled cut/copy/paste/select all on all of the editable widgets.
  5714.       Implemented removal of attached file and popup menu on attachment
  5715.       list.
  5716.     * src/prefs_common.[ch]: added signature separator setting.
  5717.     * src/alertpanel.[ch]: added a function alertpanel_warning().
  5718.  
  5719. 2000-05-14
  5720.  
  5721.     * src/prefs_common.[ch]
  5722.       src/textview.c: made open URI command customizable.
  5723.     * src/compose.[ch]: implemented multipart MIME message composition
  5724.       (attachment of file).
  5725.     * src/textview.c
  5726.       src/compose.c: fixed a bug that didn't turn off the GTK+ theme
  5727.       engine again.
  5728.  
  5729. 2000-05-13
  5730.  
  5731.     * version 0.3.8
  5732.  
  5733.     * src/summaryview.c: added key binds for composing message
  5734.       (w, a, A, f). Also added other key binds (y, D, Q).
  5735.     * src/compose.c: made Cc entry take over the Cc of the replied
  5736.       message.
  5737.     * src/pixmaps/new.xpm
  5738.       src/pixmaps/unread.xpm: replaced pixmap image.
  5739.     * src/procheader.c: procheader_date_get_localtime():
  5740.       changed the single figures of year from four to two.
  5741.  
  5742. 2000-05-12
  5743.  
  5744.     * src/inc.c: made it ask password if it is not specified on account
  5745.       preferences.
  5746.     * src/prefs_account.h: added member tmp_pass to struct PrefsAccount
  5747.       that preserves the temporary password.
  5748.     * src/inputdialog.[ch]: added function input_dialog_with_invisible()
  5749.       that prompts input with the string hidden.
  5750.  
  5751. 2000-05-11
  5752.  
  5753.     * src/compose.c: fixed a bug that didn't turn off the GTK+ theme
  5754.       engine if message font wasn't specified.
  5755.  
  5756. 2000-05-10
  5757.  
  5758.     * version 0.3.7a
  5759.  
  5760.     * src/summaryview.c: fixed a bug that stderr was forgotten on
  5761.       fprintf().
  5762.  
  5763. 2000-05-10
  5764.  
  5765.     * version 0.3.7
  5766.  
  5767.     * src/pop.c: fixed a problem that if some POP3 commands returned
  5768.       error, the previous operations were all cancelled.
  5769.     * src/compose.c
  5770.       src/textview.c: made workaround to the slow down of GtkText widget
  5771.       when using Pixmap theme or its derivatives.
  5772.  
  5773. 2000-05-08
  5774.  
  5775.     * src/inc.c: fixed a bug that caused X IO error when exec'd
  5776.       nonexistent program.
  5777.  
  5778. 2000-05-07
  5779.  
  5780.     * src/folderview.[ch]: added the member `mtime' to the struct
  5781.       FolderInfo.
  5782.     * src/summaryview.c: made the mtime of the folder checked that is
  5783.       going to open.
  5784.     * src/procmsg.c: added filesystem unchecking mode.
  5785.  
  5786. 2000-05-05
  5787.  
  5788.     * src/textview.[ch]: implemented clickable URI (thanks to BONAIM).
  5789.       And made `X-Mailer:' header emphasized if it contains `Sylpheed'.
  5790.  
  5791. 2000-05-04
  5792.  
  5793.     * src/summaryview.c: summary_write_cache(): permission fix of
  5794.       cache file.
  5795.  
  5796. 2000-05-04
  5797.  
  5798.     * version 0.3.6a
  5799.  
  5800.     * src/headerview.c: added headerview_clear() method.
  5801.     * src/messageview.c: fixed a bug that didn't clear HeaderView
  5802.       on messageview_clear().
  5803.  
  5804. 2000-05-04
  5805.  
  5806.     * version 0.3.6
  5807.  
  5808.     * src/messageview.c
  5809.       src/textview.c: added *_clear() method.
  5810.     * src/summaryview.c: made it clear MessageView when new folder
  5811.       is open.
  5812.  
  5813. 2000-05-03
  5814.  
  5815.     * src/inc.c: fixed a bug that went to the inbox that was specified
  5816.       by each account when incorporating from all accounts.
  5817.     * src/compose.c: made it confirm whether to discard the message or
  5818.       not when the window will be closed.
  5819.  
  5820. 2000-05-03
  5821.  
  5822.     * version 0.3.5
  5823.  
  5824.     * src/pop.[ch]
  5825.       src/inc.[ch]: re-supported APOP authentication.
  5826.     * src/prefs_account.c: fixed a bug that had't saved protocol type.
  5827.     * src/socket.h
  5828.       src/statusbar.h: attached G_GNUC_PRINTF() to printf() like
  5829.       functions.
  5830.     * src/progressdialog.[ch]: changed the name of class from Progress
  5831.       to ProgressDialog.
  5832.  
  5833. 2000-05-02
  5834.  
  5835.     * src/summaryview.c: fixed a bug that caused segmentation fault
  5836.       a news folder was selected without using ja message catalog.
  5837.     * src/utils.h: attached G_GNUC_PRINTF() to printf() like functions.
  5838.     * src/Makefile.am: added `-DG_LOG_DOMAIN=\"Sylpheed\"' to
  5839.       INCLUDES.
  5840.  
  5841. 2000-05-01
  5842.  
  5843.     * src/automaton.[ch]
  5844.       src/inc.[ch]
  5845.       src/pop.[ch]: re-implemented POP3 fetching routines using
  5846.       finite-state automaton model (thanks to Hiramatu).
  5847.     * src/inc.c: fixed a bug that caused unwilled quitting of program
  5848.       when connection to mail server failed. And fixed a memory leak bug.
  5849.     * src/summaryview.c: made the focus move to FolderView when left
  5850.       cursor key is pressed.
  5851.  
  5852. 2000-04-30
  5853.  
  5854.     * src/textview.c: textview_write_line(): modified quotation
  5855.       discerning routine a bit.
  5856.  
  5857. 2000-04-29
  5858.  
  5859.     * version 0.3.4
  5860.  
  5861.     * src/procmime.[ch]: moved MIME decorder from src/textview.c to
  5862.       src/procmime.c.
  5863.     * src/mimeview.[ch]: implemented saving of multipart message. And
  5864.       supported MIME encoded file name.
  5865.     * src/summaryview.c: implemented `Save as'.
  5866.  
  5867. 2000-04-28
  5868.  
  5869.     * src/prefs_common.[ch]: implemented an interface for setting the
  5870.       display item of SummaryView.
  5871.     * src/addressbook.c
  5872.       src/account.c: made the column titles of those don't take key
  5873.       focus.
  5874.  
  5875. 2000-04-26
  5876.  
  5877.     * src/textview.c: implemented BASE64 decoding and display.
  5878.  
  5879. 2000-04-25
  5880.  
  5881.     * src/prefs_common.[ch]: added members which decide whether
  5882.       each item of SummaryView is displayed or not.
  5883.     * src/headerwindow.c
  5884.       src/logwindow.c: made those windows closed when escape key is
  5885.       pressed.
  5886.     * src/headerview.c: disused ScrolledWindow.
  5887.     * src/base64.c: from64tobits(): modified so that it recognize '\n'
  5888.       as the last of line as well as '\r'.
  5889.  
  5890. 2000-04-24
  5891.  
  5892.     * src/headerview.c: disabled word wrap and line wrap of the text
  5893.       widget.
  5894.  
  5895. 2000-04-24
  5896.  
  5897.     * version 0.3.3
  5898.  
  5899.     * src/prefs_common.c: prefs_assort_create(): added some headers
  5900.       to the default headers for assortment.
  5901.  
  5902. 2000-04-23
  5903.  
  5904.     * src/procmsg.c: fixed a bug that caused segmentation fault if
  5905.       the permission of a message was denied on parsing the header
  5906.       (thanks to wakai@UEC univ.).
  5907.     * src/mimeview.c: made it pass key press event to SummaryView.
  5908.  
  5909. 2000-04-21
  5910.  
  5911.     * src/main.h
  5912.       src/alertpanel.c: modified font specifications so that they match
  5913.       to better fonts.
  5914.     * src/utils.[ch]: added wide-character functions for FreeBSD support.
  5915.       Added the existence check of <wchar.h>.
  5916.     * acconfig.h
  5917.       configure.in: added wint_t and libxpg4 check for FreeBSD support.
  5918.     * src/unmime.c: modified so that it checks the existence of
  5919.       <alloca.h>.
  5920.       Above three are a contribution from Sasaki. Thanks!
  5921.  
  5922. 2000-04-18
  5923.  
  5924.     * src/main.h: decreased default height of window.
  5925.  
  5926. 2000-04-17
  5927.  
  5928.     * src/procmime.c: fixed a bug that eliminated the parenthesis in
  5929.       attribute value that was double-quoted.
  5930.  
  5931. 2000-04-15
  5932.  
  5933.     * version 0.3.2
  5934.  
  5935.     * src/mimeview: implemented multipart message parser and display.
  5936.     * src/procmime.c: procmime_scan_content_type():
  5937.       supported multiple elements.
  5938.     * src/textview.c: supported multipart message and clean up the code.
  5939.  
  5940. 2000-04-14
  5941.  
  5942.     * src/summaryview.c: added size column and sorting by size.
  5943.     * src/mainwindow.c: added `Sort by size' to sort menu.
  5944.     * src/procmime.c: fixed a bug that caused buffer overrun and
  5945.       segmentation fault.
  5946.     * src/procmime.c: generalized Content-Type parsing.
  5947.  
  5948. 2000-04-13
  5949.  
  5950.     * version 0.3.1
  5951.  
  5952.     * src/textview.c: supported MIME headers and
  5953.       Content-Transfer-Encoding: quoted-printable.
  5954.  
  5955. 2000-04-12
  5956.  
  5957.     * src/messageview.[ch]
  5958.       src/textview.[ch]: separated MessageView into two classes.
  5959.     * src/procmime.[ch]: added for MIME message handling.
  5960.  
  5961. 2000-04-11
  5962.  
  5963.     * src/mimeview.[ch]: added for MIME message handling.
  5964.     * configure.in: added wctype.h and wchar.h existence check.
  5965.  
  5966. 2000-04-10
  5967.  
  5968.     * src/procmsg.[ch]
  5969.       src/procheader.[ch]: some code cleanups.
  5970.     * src/messageview.[ch]: integrated HeaderView.
  5971.  
  5972. 2000-04-09
  5973.  
  5974.     * version 0.3.0
  5975.  
  5976. 2000-04-08
  5977.  
  5978.     * src/addressbook.c: Made the tree sorted when folder/group is
  5979.       added or edited.
  5980.     * src/xml.c: xml_compare_tag(): fixed a bug that caused segmentation
  5981.       fault if the current tag was empty.
  5982.     * src/mainwindow.c: made the state of MainWindow saved.
  5983.  
  5984. 2000-04-08
  5985.  
  5986.     * version 0.3.0pre1
  5987.  
  5988.     * src/addressbook.c: fully implemented address group editing.
  5989.       Fixed a bug that wrongly confirmed deletion of address when
  5990.       escape key was pressed on alert dialog.
  5991.  
  5992. 2000-04-07
  5993.  
  5994.     * src/addressbook.c: added menu bar. And enabled hierarchical
  5995.       folder.
  5996.     * src/prefs_account.c: modified so that it allows not to specify
  5997.       pop server.
  5998.     * src/inc.c: inc_account_mail(): modified so that if receiving
  5999.       server isn't specified, it does nothing.
  6000.  
  6001. 2000-04-05
  6002.  
  6003.     * version 0.2.9
  6004.  
  6005.     * src/addressbook.c: almost fully implemented addressbook functions.
  6006.  
  6007. 2000-04-04
  6008.  
  6009.     * src/compose.c: fixed a bug that caused segmentation fault when
  6010.       `File->Insert file' was selected more than twice.
  6011.  
  6012. 2000-04-03
  6013.  
  6014.     * version 0.2.9pre4
  6015.  
  6016.     * src/addressbook.[ch]: implemented creation of new folder and group,
  6017.       and deletion of folder and group. And fully implemented
  6018.       addressbook_delete_object() which deletes the specified object
  6019.       recursively.
  6020.  
  6021. 2000-04-02
  6022.  
  6023.     * src/addressbook.c: implemented registration of address and multiple
  6024.       appending to Compose address entry.
  6025.     * src/menu.[ch]: added a function menu_set_insensitive_all() that
  6026.       turn all menu items insensitive.
  6027.     * src/folderview.c: some code cleanup.
  6028.  
  6029. 2000-04-01
  6030.  
  6031.     * src/account.c
  6032.       src/prefs_common.c: fixed a bug on getting the number of CList
  6033.       rows.
  6034.  
  6035. 2000-03-30
  6036.  
  6037.     * version 0.2.9pre3
  6038.  
  6039.     * src/folderview.c: fixed a bug that caused warnings when tree was
  6040.       expanded/collapsed on the first operation.
  6041.  
  6042. 2000-03-29
  6043.  
  6044.     * src/addressbook.c: addressbook_list_selected(): made it be able
  6045.       to handle multiple address.
  6046.     * src/compose.c: modified so that when Bcc: is toggled, corresponding
  6047.       AddressBook also toggle it.
  6048.     * src/mainwindow.c:
  6049.       main_window_create(): moved gtk_widget_set_uposition() before
  6050.       gtk_widget_show() so as not to cause window flickering.
  6051.       main_window_get_position(): replaced gdk_window_get_position()
  6052.       with gdk_window_get_root_origin() to acquire correct window
  6053.       position (Thanks to shigeri for these modifications).
  6054.  
  6055. 2000-03-27
  6056.  
  6057.     * src/filesel.c: made it selects home directory on the first time
  6058.       it is called.
  6059.  
  6060. 2000-03-26
  6061.  
  6062.     * src/utils.c: conv_mb_alnum(): modified so that it uses character
  6063.       conversion table.
  6064.     * src/foldersel.c: made the folder tree take focus when the dialog
  6065.       is shown.
  6066.  
  6067. 2000-03-26
  6068.  
  6069.     * version 0.2.9pre2
  6070.  
  6071.     * src/addressbook.c: implemented addressbook_export_to_file() and
  6072.       related functions.
  6073.  
  6074. 2000-03-25
  6075.  
  6076.     * src/xml.[ch]
  6077.       src/addressbook.c: fixed the variable name for attribute.
  6078.     * src/prefs_common.[ch]: added a member `conv_mb_alnum'.
  6079.     * src/utils.[ch]: added conv_mb_alnum() that converts multi-byte
  6080.       alphabet and numeric into single-byte one.
  6081.     * src/messageview.c: messageview_show(): made it pass conv_mb_alnum()
  6082.       when conv_mb_alnum flag is on.
  6083.  
  6084. 2000-03-25
  6085.  
  6086.     * version 0.2.9pre1
  6087.  
  6088.     * src/compose.c: modified so that when Addressbook is open by a
  6089.       Compose and it is closed, target of Addressbook is reset.
  6090.     * src/addressbook.c: made it work with Compose.
  6091.  
  6092. 2000-03-24
  6093.  
  6094.     * configure.in: AM_PATH_{GLIB, GTK}: raised the required version of
  6095.       GTK+ and GLIB to 1.2.6.
  6096.     * src/xml.[ch]: more implementation of XML parser.
  6097.     * src/addressbook.c: implemented addressbook parsing and displaying
  6098.       routine.
  6099.  
  6100. 2000-03-21
  6101.  
  6102.     * src/folderview.c: folderview_scan_folder(): modified so that if
  6103.       a folder's message number is zero, set new, unread and total number
  6104.       to zero.
  6105.  
  6106. 2000-03-20
  6107.  
  6108.     * src/xml.[ch]: added for XML handling used by addressbook.
  6109.     * src/folderview.c: modified so that Trash folder is skipped
  6110.       when an unread folder is selected automatically by space key.
  6111.  
  6112. 2000-03-18
  6113.  
  6114.     * src/summaryview.c: fixed a bug that cursor was turned into watch
  6115.       forever when a newsgroup was selected.
  6116.  
  6117. 2000-03-18
  6118.  
  6119.     * version 0.2.8
  6120.  
  6121. 2000-03-17
  6122.  
  6123.     * src/mainwindow.[ch]: implemented counting on setting cursor
  6124.       type. And modified the menu of `thread view' and `unthread view'.
  6125.     * src/summaryview.c: enabled thread-toggling on opening folder.
  6126.     * src/prefs_common.[ch]: added a member `enable_thread' to determine
  6127.       whether summary view builds thread or not when a folder is open.
  6128.  
  6129. 2000-03-15
  6130.  
  6131.     * src/summaryview.c: modified popup sensitivity function a bit.
  6132.  
  6133. 2000-03-13
  6134.  
  6135.     * version 0.2.7
  6136.  
  6137.     * src/addressbook.[ch]: more implementation of the interface of
  6138.       addressbook.
  6139.     * src/compose.c: connected to addressbook object.
  6140.     * src/folderview.[ch]: folderview_compare_path():
  6141.       modified so that absolute path is correctly compared.
  6142.       And added folderview_select_node().
  6143.       And modified folderview_scan_folder() so that it update the summary
  6144.       when asked.
  6145.     * src/import.c: made it update folder tree when imported mbox.
  6146.     * src/summaryview.c: modified according to the changes of
  6147.       folderview.c. And modified so that it display alert dialog if
  6148.       source folder is identical to destination.
  6149.       added summary_set_popup_sensitive() that set the sensitivity of
  6150.       popup menu according to the context. And made all of the items of
  6151.       popup menu insensitive when summary is cleared.
  6152.     * src/procmsg.c: procmsg_move_messages_with_dest():
  6153.       modified so that if source folder is identical to destination,
  6154.       abort its process.
  6155.     * src/summary_search.c
  6156.       src/manage_window.c: modified so as not to print warning to console
  6157.       when alert dialog appeared twice.
  6158.     * src/filesel.c: made file selection dialog transient.
  6159.  
  6160. 2000-03-11
  6161.  
  6162.     * src/manage_window.[ch]: added callback function
  6163.       manage_window_focus_out().
  6164.     * src/account.c
  6165.       src/inputdialog.c
  6166.       src/mainwindow.c
  6167.       src/prefs_account.c
  6168.       src/prefs_common.c
  6169.       src/summary_search.c: added focus_out_event signal handler.
  6170.     * src/addressbook.[ch]: added preliminary addressbook code.
  6171.  
  6172. 2000-03-06
  6173.  
  6174.     * src/utils.h: added a macro Xalloca() that does alloca() and
  6175.       handles the exception.
  6176.     * src/import.c: made the import dialog transient window and enabled
  6177.       cancelling by escape key.
  6178.  
  6179. 2000-03-04
  6180.  
  6181.     * version 0.2.6
  6182.  
  6183.     * src/compose.c: fixed a bug that caused memory leak when compose
  6184.       window was closed.
  6185.  
  6186. 2000-03-03
  6187.  
  6188.     * src/nntp.h: increased NNTP message buffer size for XOVER strings
  6189.       which is too long.
  6190.  
  6191. 2000-02-28
  6192.  
  6193.     * src/summaryview.c: binded step-forward and step-backward to each
  6194.       Control-n and Control-p.
  6195.     * src/filter.c: filter_read_str(): fixed a memory leak bug and
  6196.       replaced g_malloc() for allocating the buffer with alloca().
  6197.     * src/procheader.c: procheader_get_fromname(),
  6198.                 procheader_date_get_localtime()
  6199.       src/utils.c: conv_euctojis()
  6200.       src/compose.c: compose_quote_parse_fmt()
  6201.       src/prefs.c: prefs_set_data_from_text()
  6202.                  prefs_set_text(): replaced g_malloc() with alloca().
  6203.  
  6204. 2000-02-26
  6205.  
  6206.     * version 0.2.5
  6207.  
  6208.     * src/logwindow.c: improved log_window_append() so that it shows
  6209.       warning, error and normal message with different colors.
  6210.     * src/utils.[ch]: added functions log_message(), log_warning(), and
  6211.       log_error() that show normal message, warning, and error for each.
  6212.       And modified many warning messages to use these.
  6213.     * src/messageview.c: messageview_init(): made it set colors of
  6214.       quotation and URI to black when failed to allocate colors.
  6215.     * src/news.c: news_parse_xover(): replaced g_malloc() for allocating
  6216.       the buffer with alloca().
  6217.  
  6218. 2000-02-25
  6219.  
  6220.     * src/folderview.c: fixed a bug that didn't put previously selected
  6221.       folder name in text entry. In addition to that, made some
  6222.       modifications.
  6223.  
  6224. 2000-02-24
  6225.  
  6226.     * version 0.2.4
  6227.  
  6228.     * src/logwindow.[ch]: added log window that displays protocol log.
  6229.     * src/about.c: adjusted the size of dialog.
  6230.     * src/folderview.c: made it select a folder when double-clicked.
  6231.  
  6232. 2000-02-23
  6233.  
  6234.     * src/prefs_common.[ch]: added an item `translate_header' that
  6235.       decides whether header name like `From:' or `Subject:' is
  6236.       translated or not.
  6237.     * src/compose.c: made it show alert dialog when receiptor isn't
  6238.       entered.
  6239.     * src/inc.c: some code cleanups.
  6240.  
  6241. 2000-02-22
  6242.  
  6243.     * version 0.2.3
  6244.  
  6245.     * src/compose.c: made header entries move those focus to next
  6246.       entry or text widget when activated. And sorted out the menu items.
  6247.     * src/mainwindow.[ch]
  6248.       src/prefs_common.[ch]
  6249.       src/main.c: made it save the sizes of widgets and the position of
  6250.       window when quitting.
  6251.     * src/prefs_common.c: set a14, k14 fontset as default message font.
  6252.     * src/about.c: changed the appearance of about dialog using text
  6253.       widget and so on.
  6254.     * src/recv.c: modified recv_write() so that it converts an escaped
  6255.       From_ line.
  6256.  
  6257. 2000-02-20
  6258.  
  6259.     * version 0.2.2
  6260.  
  6261.     * src/compose.[ch]: supported Bcc.
  6262.  
  6263. 2000-02-19
  6264.  
  6265.     * version 0.2.1
  6266.  
  6267.     * src/utils.[ch]: added function to_number() that examines string
  6268.       and if that is a number string, return its value.
  6269.     * src/procmsg.c: fixed a bug that caused malfunction when non-digit
  6270.       character was included in file name.
  6271.  
  6272. 2000-02-18
  6273.  
  6274.     * version 0.2.0
  6275.  
  6276.     * src/folderview.c: fixed a bug that caused segmentation fault
  6277.       when opened folder node was deleted (thanks to Hiramatu).
  6278.       And implemented folderview_rm_server_cb() which removes news server.
  6279.     * src/mbox.c: modified a warning message.
  6280.  
  6281. 2000-02-13
  6282.  
  6283.     * version 0.2.0alpha-pre8
  6284.  
  6285.     * src/mainwindow.c: inc_all_account_mail_cb(): made it select inbox
  6286.       folder to prevent the probrem when current folder is updated.
  6287.     * src/summaryview.c: summary_execute(): made it write to summary
  6288.       cache when executed.
  6289.  
  6290. 2000-02-12
  6291.  
  6292.     * version 0.2.0alpha-pre7
  6293.  
  6294.     * src/utils.[ch]: added path_cmp() that compares two paths ignoring
  6295.       trailing directory separator.
  6296.     * src/folderview.[ch]
  6297.       src/summaryview.[ch]: modified so that folder tree is updated
  6298.       when messages are moved or deleted.
  6299.     * src/inc.c: some code cleanup.
  6300.  
  6301. 2000-02-11
  6302.  
  6303.     * version 0.2.0alpha-pre6
  6304.  
  6305.     * src/utils.[ch]: added get_domain_name() that return domain
  6306.       name as a static string.
  6307.     * src/compose.c: compose_generate_msgid(): modified so that even
  6308.       if current address doesn't contain '@', it generates a decent
  6309.       message ID.
  6310.     * src/send.c: some code cleanup.
  6311.  
  6312. 2000-02-10
  6313.  
  6314.     * src/folderview.c: modified the behavior of folder tree when
  6315.       the folder is right-clicked.
  6316.     * src/compose.c: compose_encode_header(): added irresponsible
  6317.       buffer overrun check.
  6318.  
  6319. 2000-02-09
  6320.  
  6321.     * version 0.2.0alpha-pre5
  6322.  
  6323.     * updated gettext and libtool.
  6324.     * configure.in: modified localedir definition so that message
  6325.       catalogs are installed into correct directories.
  6326.     * src/folderview.c
  6327.       src/mainwindow.c: modified them so that a folder can be reopen
  6328.       even if it is currently open.
  6329.     * src/prefs_common.[ch]
  6330.       src/messageview.c: added an option that toggle the coloration of
  6331.       message.
  6332.  
  6333. 2000-02-08
  6334.  
  6335.     * version 0.2.0alpha-pre4
  6336.  
  6337.     * src/mainwindow.c
  6338.       src/messageview.c: fixed a bug that broke memory on allocating
  6339.       colors.
  6340.  
  6341. 2000-02-07
  6342.  
  6343.     * src/folderview.c: some bug fixes on selecting folder.
  6344.  
  6345. 2000-02-07
  6346.  
  6347.     * version 0.2.0alpha-pre3
  6348.  
  6349.     * src/folderview.c
  6350.     * src/summaryview.[ch]: some code cleanups.
  6351.     * src/messageview.c: fixed a color allocating bug (maybe).
  6352.  
  6353. 2000-02-06
  6354.  
  6355.     * version 0.2.0alpha-pre2
  6356.  
  6357.     * src/folderview.[ch]: made folder view not open selected folder
  6358.       unless return or space key is pressed, or clicked by mouse
  6359.       button 1 or 2.
  6360.     * src/inc.c: some code cleanups.
  6361.     * TODO.jp: added some items.
  6362.  
  6363. 2000-02-05
  6364.  
  6365.     * version 0.2.0alpha-pre1
  6366.  
  6367.     * src/summaryview.[ch]: fixed a bug that broke summary thread
  6368.       when deleted duplicated messages (thanks to BONAIM).
  6369.       And some code cleanup.
  6370.     * src/procmsg.[ch]: renamed procmsg_move_messages() to
  6371.       procmsg_move_messages_with_dest(), and replaced former with
  6372.       new function which doesn't specify destination.
  6373.     * src/prefs_common.c
  6374.       src/gtkutils.c: some memory leak fixes of linked lists.
  6375.     * src/utils.[ch]: added list_remove_all() to remove all elements
  6376.       of doubly-linked list.
  6377.     * src/inc.[ch]: added inc_all_account_mail() that incorporates
  6378.       new messages of all accounts.
  6379.     * src/account.[ch]: added account_foreach() to process each accounts.
  6380.     * added TODO.jp
  6381.  
  6382. 2000-02-04
  6383.  
  6384.     * version 0.1.23alpha
  6385.  
  6386.     * src/inc.c: made the folder tree update the message number
  6387.       when incorporated new messages.
  6388.     * src/folderview.[ch]: added a function folderview_scan_folder()
  6389.       to scan one folder on the view, which is specified by folder name.
  6390.  
  6391. 2000-02-02
  6392.  
  6393.     * version 0.1.22alpha
  6394.  
  6395.     * src/prefs_account.[ch]: added the setting of assorting on
  6396.       receiving.
  6397.     * src/inc.c: supported assorting on receiving.
  6398.     * src/procmsg.c: cleaned up the code.
  6399.     * src/news.c: fixed a bug that locked up when failed to get xover.
  6400.     * src/compose.c: made a message unmark that is put into specific
  6401.       folders.
  6402.  
  6403. 2000-02-01
  6404.  
  6405.     * version 0.1.21alpha
  6406.  
  6407.     * src/folderview.c
  6408.       src/summaryview.c: implemented the function 'go to next folder
  6409.       when no unread message found.'
  6410.     * src/summaryview.c: made connection state displayed on the
  6411.       status bar when connecting to a news server.
  6412.     * src/compose.c: changed X-Mailer: header field string a bit.
  6413.     * src/prefs_common.c: implemented residual functions of assortment.
  6414.  
  6415. 2000-01-31
  6416.  
  6417.     * version 0.1.20alpha
  6418.  
  6419.     * src/prefs_common.c: implemented reading/writing/register/deletion
  6420.       of assortment setting.
  6421.     * src/mainwindow.c: slightly modified the appearance of statusbar.
  6422.     * src/account.c: account_delete(): fixed a bug that didn't assigned
  6423.       the pointer to GList when an account was deleted.
  6424.  
  6425. 2000-01-29
  6426.  
  6427.     * src/procmsg.c: procmsg_get_mark_sum(): fixed a bug that failed
  6428.       to read mark file (thanks to BONAIM).
  6429.     * src/prefs_common.c: added the interface of assortment setting.
  6430.  
  6431. 2000-01-28
  6432.  
  6433.     * src/summaryview.c: fixed a bug that didn't redraw marking properly
  6434.       when displaying an unread message with left-click (thanks to
  6435.       shigeri).
  6436.  
  6437. 2000-01-27
  6438.  
  6439.     * src/summaryview.[ch]: added functions for assortment.
  6440.     * src/about.c: added a button to close window.
  6441.  
  6442. 2000-01-26
  6443.  
  6444.     * src/procmsg.c: fixed a bug that didn't add news flag correctly.
  6445.     * src/compose.c: fixed a bug that can't reply to a news article.
  6446.     * src/filter.[ch]: added for message filtering.
  6447.     * src/procheader.[ch]: added procheader_get_unfolded_line()
  6448.       to process filtering. And added procheader_get_header_list()
  6449.       that reads headers of a message and store them on the memory,
  6450.       and procheader_header_list_destroy() that removes all headers
  6451.       read by procheader_get_header_list().
  6452.  
  6453. 2000-01-25
  6454.  
  6455.     * version 0.1.19alpha
  6456.  
  6457.     * src/news.c: modified so that it retrieves only overview information
  6458.       that is not yet cached.
  6459.     * src/procmsg.[ch]: modified for news handling.
  6460.  
  6461. 2000-01-24
  6462.  
  6463.     * src/news.c: supported xover.
  6464.     * src/mbox.c: fixed a bug that didn't handle empty line correctly
  6465.       (Thanks to shigeri).
  6466.  
  6467. 2000-01-23
  6468.  
  6469.     * version 0.1.18alpha
  6470.  
  6471.     * src/procmsg.[ch]: modified some functions so that they can
  6472.       handle news folder.
  6473.     * src/news.c: added header cache routine.
  6474.     * src/procheader.c: fixed a bug that caused memory leak when some
  6475.       header was duplicated.
  6476.       And added Newsgroups: in parsing headers.
  6477.     * src/summaryview.c: added news article cache routine.
  6478.     * src/compose.c: made it be able to reply/forward news article.
  6479.  
  6480. 2000-01-22
  6481.  
  6482.     * src/compose.c: fixed a bug that failed to parse To: header
  6483.       if a comma is included in double quotation (Thanks to shigeri).
  6484.     * src/mbox.c: modified the code for processing mbox so that it
  6485.       can handle unescaped From_ line correctly.
  6486.  
  6487. 2000-01-21
  6488.  
  6489.     * version 0.1.17alpha
  6490.  
  6491.     * src/foldersel.c: fixed a bug that didn't display folder tree.
  6492.       And added the register routine for news server and group setting.
  6493.  
  6494. 2000-01-20
  6495.  
  6496.     * version 0.1.16alpha
  6497.  
  6498.     * src/statusbar.[ch]: added statusbar_puts_all().
  6499.       statusbar_puts(): made it truncate a string that is too long.
  6500.     * src/folderview.[ch]: changed CTree's row data from string
  6501.       to FolderInfo structure.
  6502.       And implemented popup menu that registers news server and group.
  6503.     * src/messageview.c: modified short header display routine.
  6504.  
  6505. 2000-01-19
  6506.  
  6507.     * added src/news.[ch] for NetNews session management.
  6508.     * src/summaryview.[ch]: added NetNews reading codes.
  6509.  
  6510. 2000-01-18
  6511.  
  6512.     * src/mainwindow.c
  6513.       src/prefs_common.[ch]: made them preserve toolbar style.
  6514.     * src/main.c: made it save configuration before exiting.
  6515.     * src/summaryview.c: modified summary status display routine.
  6516.     * added src/nntp.[ch] for handling low level NNTP session.
  6517.  
  6518. 2000-01-17
  6519.  
  6520.     * added src/progress.[ch] for displaying progress.
  6521.     * src/inc.c: modified progress dialog routines to use
  6522.       src/progress.[ch].
  6523.     * src/folderview.[ch]: added preliminary NetNews supporting code.
  6524.  
  6525. 2000-01-16
  6526.  
  6527.     * version 0.1.15alpha
  6528.  
  6529.     * src/main.c
  6530.       src/folderview.c: some permission fixes.
  6531.     * src/folderview.c: implemented folder creation/renaming/removing.
  6532.     * src/utils.[ch]: added remove_dir_recursive() that removes
  6533.       a directory recursively.
  6534.  
  6535. 2000-01-15
  6536.  
  6537.     * src/mainwindow.[ch]: added toolbar style selection.
  6538.     * added src/inputdialog.[ch] to prompt user to enter a string.
  6539.     * src/summaryview.[ch]: modified the behavior of view on
  6540.       normal mode.
  6541.     * src/mbox.c: fixed a bug that couldn't lock file when
  6542.       lockf() was used (Thanks to shigeri).
  6543.  
  6544. 2000-01-14
  6545.  
  6546.     * version 0.1.14alpha
  6547.  
  6548.     * src/mainwindow.[ch]: changed the appearance of toolbar.
  6549.       And fixed window handling.
  6550.     * src/summaryview.c: modified the messages displayed on status bar.
  6551.     * src/compose.[ch]: added toolbar.
  6552.     * src/*.xpm: borrowed some icons from gnome-libs (temporary).
  6553.  
  6554. 2000-01-13
  6555.  
  6556.     * version 0.1.13alpha
  6557.  
  6558.     * src/summaryview.c: fixed a bug of threading. And some code
  6559.       cleanups. And rewrote the routine of deleting duplicated messages
  6560.       using hash table.
  6561.     * src/mainwindow.[ch]: added toolbar.
  6562.  
  6563. 2000-01-12
  6564.  
  6565.     * version 0.1.12alpha
  6566.  
  6567.     * src/summary_search.c: if the OS don't have wcsstr(), use wcswcs()
  6568.       instead.
  6569.     * src/summaryview.c: changed CTree creating routine as it creates
  6570.       thread on the fly for speeding up.
  6571.     * src/procmsg.c: rewrote message processing routines using hash
  6572.       table for speeding up. It should be considerably faster than
  6573.       before.
  6574.  
  6575. 2000-01-11
  6576.  
  6577.     * version 0.1.11alpha
  6578.  
  6579.     * po/ja.po: modified msgstr for Solaris standard gettext.
  6580.     * src/main.c: added config.h inclusion.
  6581.     * src/compose.c: changed to add replied message's In-Reply-To
  6582.       message id to References header if it don't have References header.
  6583.     * src/summaryview.c: changed threading routine to use hash table
  6584.       for speeding up.
  6585.  
  6586. 2000-01-11
  6587.  
  6588.     * version 0.1.10alpha
  6589.  
  6590.     * po/ja.po: modified msgstr so as not to core dump on Solaris.
  6591.     * src/main.c: added inclusion of locale.h.
  6592.       (Thanks to Sato for above.)
  6593.     * src/mbox.c
  6594.     * src/socket.c: applied Solaris patch by shigeri with some
  6595.       modification. (Thanks!)
  6596.  
  6597. 2000-01-10
  6598.  
  6599.     * version 0.1.9alpha
  6600.  
  6601.     * src/compose.c: compose_encode_header(): fixed some bugs.
  6602.       And modified header generating routines to support proper
  6603.       References header, and supported Organization header.
  6604.     * src/procmsg.[ch]
  6605.       src/procheader.c: removed Cc: and Reply-To: from cache data.
  6606.     * src/procheader.[ch]: renamed header list structure to HeaderEntry.
  6607.     * src/summaryview.[ch]: summary_thread_func(): some optimization.
  6608.       And added summary_pass_key_press_event() to pass key press event
  6609.       from other widgets.
  6610.     * src/messageview.c: messageview_key_pressed(): modified so that
  6611.       key event is passed to summary view even if message view is
  6612.       separated. (Thanks to wakai@UEC univ. for pointing this out.)
  6613.  
  6614. 2000-01-09
  6615.  
  6616.     * version 0.1.8alpha
  6617.  
  6618.     * src/compose.c: implemented RFC1522, RFC2407 (loosely) compliant
  6619.       header MIME encoding.
  6620.     * src/procheader.c: some bug fixes of folded header line processing.
  6621.     * src/headerview.c: headerview_show(): some bug fixes.
  6622.  
  6623. 2000-01-07
  6624.  
  6625.     * version 0.1.7alpha
  6626.  
  6627.     * src/utils.c: conv_euctojis(): fixed a bug that didn't add
  6628.       kanji-out sequence [ \033 ( B ] when input string was ended
  6629.       with kanji. (Thanks to Nozomu Kobayashi for pointing this out.)
  6630.     * src/compose.c: compose_encode_header(): changed as it outputs
  6631.       encoded string to another buffer.
  6632.       And implemented a faculty to save sent message to outbox and
  6633.       to queue message that failed to send (preliminary).
  6634.       And, finally implemented proper To: and Cc: processing :)
  6635.     * src/folderview.c: added preliminary right-clicking popup menu
  6636.       for operating folders.
  6637.     * some permission fixes at creating or copying file.
  6638.  
  6639. 2000-01-07
  6640.  
  6641.     * version 0.1.6alpha
  6642.  
  6643.     * src/procheader.c: fixed a bug that didn't null-terminate
  6644.       header list and caused segmentation fault.
  6645.  
  6646. 2000-01-06
  6647.  
  6648.     * version 0.1.5alpha
  6649.  
  6650.     * src/procheader.[ch]: added function procheader_get_one_field()
  6651.       that gets one header field that matches the header list.
  6652.       And removed procheader_get_unfolded_line(), which is less generic.
  6653.       And rewrote procheader_get_header_fields() using
  6654.       procheader_get_one_field().
  6655.     * src/summaryview.c: some bug fixes of key input scan routine.
  6656.     * README, README.jp: modified documents a bit.
  6657.  
  6658. 2000-01-05
  6659.  
  6660.     * src/menu.c: menu_set_sensitive(): fixed a bug that if a menu item
  6661.       had a submenu, set sensitivity of the submenu, not the item.
  6662.  
  6663. 2000-01-05
  6664.  
  6665.     * version 0.1.4alpha
  6666.  
  6667.     * src/summaryview.c: fixed a bug that caused segmentation fault
  6668.       when empty summary view was center-clicked.
  6669.       And fixed a bug that freed moving folder strings when marked
  6670.       as unread.
  6671.       If current folder is trash, don't delete message.
  6672.     * src/summaryview.[ch]
  6673.     * src/mainwindow.c
  6674.     * src/procmsg.[ch]: added update-cache mode (discards previous cache).
  6675.  
  6676. 2000-01-04
  6677.  
  6678.     * src/procheader.[ch]: more optimization of header processing
  6679.       routine. And added a new function procheader_get_header_fields()
  6680.       that receives an array of header name as a parameter and
  6681.       set header bodies.
  6682.     * src/utils.[ch]: added remove_return() for removing return code.
  6683.     * src/unmime.c: added remove_return() on the last of UnMimeHeader().
  6684.  
  6685. 2000-01-03
  6686.  
  6687.     * src/compose.c: if message body is ascii only, set US-ASCII as
  6688.       charset in Content-Type.
  6689.     * src/main.[ch]
  6690.     * src/prefs.c
  6691.     * src/prefs_common.c
  6692.     * src/prefs_account.c
  6693.     * src/account.c: changed the location of rc files.
  6694.     * src/account.c: enabled closing window when escape key is pressed.
  6695.  
  6696. 2000-01-02
  6697.  
  6698.     * version 0.1.3alpha
  6699.  
  6700.     * src/compose.c: fixed a bug that caused segmentation fault
  6701.       when sending failed.
  6702.       And relocated header-generation routines from src/send.c.
  6703.     * src/send.c: moved header-generation routines to src/compose.c.
  6704.     * src/prefs.c: added '~' to home directory expansion.
  6705.     * src/prefs_account.[ch]: added signature file path configuration.
  6706.     * src/prefs_common.[ch]: added spool path configuration.
  6707.     * src/inc.c: changed the method of user name acquisition to use
  6708.       g_get_user_name().
  6709.  
  6710. 2000-01-01
  6711.  
  6712.     * version 0.1.2alpha
  6713.  
  6714.     * added ChangeLog (this file), ChangeLog.jp.
  6715.     * some code cleanups.
  6716.     * added manage_window.[ch] for transient window management.
  6717.     * src/procheader.c: optimized header processing routine a bit.
  6718.     * src/send.c: fixed exception handling on connection.
  6719.     * src/inc.c: added exception handling on getting user name.
  6720.  
  6721. 2000-01-01
  6722.  
  6723.     * version 0.1.1alpha
  6724.  
  6725.     * src/send.c: fixed a bug that didn't add Content-Type: header.
  6726.  
  6727. 2000-01-01
  6728.  
  6729.     * version 0.1.0alpha
  6730.  
  6731.     * initial release.
  6732.